Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / resources / modules / d8 / woot / drush.services.yml
diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/drush.services.yml b/vendor/drush/drush/tests/resources/modules/d8/woot/drush.services.yml
new file mode 100644 (file)
index 0000000..fdacd54
--- /dev/null
@@ -0,0 +1,28 @@
+services:
+  woot.manager:
+    class: Drupal\woot\WootManager
+    arguments: ['@current_user']
+    tags:
+      -  { name: drush.command }
+  woot.command:
+    class: Drupal\woot\Commands\WootCommands
+    tags:
+      -  { name: drush.command }
+  greet.command:
+    class: Drupal\woot\Commands\GreetCommand
+    tags:
+      -  { name: console.command }
+  annotated_greet.command:
+    class: Drupal\woot\Commands\AnnotatedGreetCommand
+    tags:
+      -  { name: console.command }
+  example.generator:
+      class: Drupal\woot\Generators\ExampleGenerator
+      arguments: ['@module_handler']
+      tags:
+        -  { name: drush.generator }
+  woot.command_info_alter:
+    class: Drupal\woot\WootCommandInfoAlterer
+    arguments: ['@logger.factory']
+    tags:
+      -  { name: drush.command_info_alterer }