Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / resources / modules / d8 / woot / woot.services.yml
index 186c082b8b134c45de17ce232beda8ad11bf995c..37ccc34fefe701d3b4cd34f440c259bfd60a1d96 100644 (file)
@@ -1,18 +1,5 @@
 services:
-  woot.manager:
-    class: Drupal\woot\WootManager
-    arguments: ['@current_user']
+  config.config_subscriber:
+    class: Drupal\woot\EventSubscriber\ConfigSubscriber
     tags:
-      -  { name: consolidation.commandhandler }
-  woot.command:
-    class: Drupal\woot\Commands\WootCommands
-    tags:
-      -  { name: consolidation.commandhandler }
-  greet.command:
-    class: Drupal\woot\Commands\GreetCommand
-    tags:
-      -  { name: drush.command }
-  annotated_greet.command:
-    class: Drupal\woot\Commands\AnnotatedGreetCommand
-    tags:
-      -  { name: drush.command }
+      - { name: event_subscriber }