Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / src / Drupal / Commands / pm / drush.services.yml
diff --git a/vendor/drush/drush/src/Drupal/Commands/pm/drush.services.yml b/vendor/drush/drush/src/Drupal/Commands/pm/drush.services.yml
new file mode 100644 (file)
index 0000000..367f01f
--- /dev/null
@@ -0,0 +1,11 @@
+services:
+  pm.commands:
+    class: \Drush\Drupal\Commands\pm\PmCommands
+    arguments: ['@config.factory', '@module_installer', '@theme_handler']
+    tags:
+      -  { name: drush.command }
+  theme.commands:
+    class: \Drush\Drupal\Commands\pm\ThemeCommands
+    arguments: ['@theme_installer']
+    tags:
+      -  { name: drush.command }