You are here

drush.services.yml in Scheduler 8

Same filename and directory in other branches
  1. 2.x drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. scheduler.commands:
  3. class: \Drupal\scheduler\Commands\SchedulerCommands
  4. arguments:
  5. - '@scheduler.manager'
  6. - '@messenger'
  7. tags:
  8. - { name: drush.command }