Mercurial > hg > isophonics-drupal-site
annotate vendor/drush/drush/tests/resources/modules/d8/woot/woot.services.yml @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 services: |
Chris@0 | 2 woot.manager: |
Chris@0 | 3 class: Drupal\woot\WootManager |
Chris@0 | 4 arguments: ['@current_user'] |
Chris@0 | 5 tags: |
Chris@0 | 6 - { name: consolidation.commandhandler } |
Chris@0 | 7 woot.command: |
Chris@0 | 8 class: Drupal\woot\Commands\WootCommands |
Chris@0 | 9 tags: |
Chris@0 | 10 - { name: consolidation.commandhandler } |
Chris@0 | 11 greet.command: |
Chris@0 | 12 class: Drupal\woot\Commands\GreetCommand |
Chris@0 | 13 tags: |
Chris@0 | 14 - { name: drush.command } |
Chris@0 | 15 annotated_greet.command: |
Chris@0 | 16 class: Drupal\woot\Commands\AnnotatedGreetCommand |
Chris@0 | 17 tags: |
Chris@0 | 18 - { name: drush.command } |