186c082b8b134c45de17ce232beda8ad11bf995c
[yaffs-website] / vendor / drush / drush / tests / resources / modules / d8 / woot / woot.services.yml
1 services:
2   woot.manager:
3     class: Drupal\woot\WootManager
4     arguments: ['@current_user']
5     tags:
6       -  { name: consolidation.commandhandler }
7   woot.command:
8     class: Drupal\woot\Commands\WootCommands
9     tags:
10       -  { name: consolidation.commandhandler }
11   greet.command:
12     class: Drupal\woot\Commands\GreetCommand
13     tags:
14       -  { name: drush.command }
15   annotated_greet.command:
16     class: Drupal\woot\Commands\AnnotatedGreetCommand
17     tags:
18       -  { name: drush.command }