Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / src / Boot / AutoloaderAwareInterface.php
diff --git a/vendor/drush/drush/src/Boot/AutoloaderAwareInterface.php b/vendor/drush/drush/src/Boot/AutoloaderAwareInterface.php
new file mode 100644 (file)
index 0000000..d01fe87
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+namespace Drush\Boot;
+
+interface AutoloaderAwareInterface
+{
+    public function setAutoloader($loader);
+
+    public function autoloader();
+
+    public function hasAutoloader();
+}