You are here

service scheduler.commands in Scheduler 8

Same name and namespace in other branches
  1. 2.x drush.services.yml \scheduler.commands

Class

\Drupal\scheduler\Commands\SchedulerCommands

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

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