Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / drupal-driver / src / Drupal / Driver / SubDriverFinderInterface.php
diff --git a/vendor/drupal/drupal-driver/src/Drupal/Driver/SubDriverFinderInterface.php b/vendor/drupal/drupal-driver/src/Drupal/Driver/SubDriverFinderInterface.php
deleted file mode 100644 (file)
index 00f7ad1..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-namespace Drupal\Driver;
-
-/**
- * Interface for discovery of sub-drivers.
- */
-interface SubDriverFinderInterface {
-
-  /**
-   * Returns an array of paths in which to look for Drupal sub-drivers.
-   *
-   * @return array
-   *   An array of paths in which to find sub-drivers.
-   */
-  public function getSubDriverPaths();
-
-}