You are here

drush.services.yml in Scheduled Transitions 2.x

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

File

drush.services.yml
View source
  1. services:
  2. scheduled_transitions.commands:
  3. class: Drupal\scheduled_transitions\Commands\ScheduledTransitionsCommands
  4. arguments: ['@scheduled_transitions.jobs']
  5. tags:
  6. - { name: drush.command }