Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / outside_in / src / OutsideInManagerInterface.php
diff --git a/web/core/modules/outside_in/src/OutsideInManagerInterface.php b/web/core/modules/outside_in/src/OutsideInManagerInterface.php
deleted file mode 100644 (file)
index 684adb3..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-namespace Drupal\outside_in;
-
-/**
- * Provides an interface for managing information related to Outside-In.
- */
-interface OutsideInManagerInterface {
-
-  /**
-   * Determines if the Settings Tray logic should be run on the current page.
-   *
-   * @return bool
-   *   TRUE if the Settings Tray logic should be run.
-   */
-  public function isApplicable();
-
-}