view 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
line wrap: on
line source
services:
  woot.manager:
    class: Drupal\woot\WootManager
    arguments: ['@current_user']
    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 }