You are here

drush.services.yml in Drush Queue Handling 8

File

drush.services.yml
View source
  1. services:
  2. mob_queue.commands:
  3. class: Drupal\mob_queue\Commands\MobQueueCommands
  4. arguments:
  5. - '@account_switcher'
  6. - '@mob_queue.operator'
  7. tags:
  8. - { name: drush.command }