drush.services.yml in Warmer 2.x
Same filename and directory in other branches
File
drush.services.ymlView source
- services:
- warmer.commands:
- class: \Drupal\warmer\Commands\WarmerCommands
- arguments: ['@plugin.manager.warmer', '@warmer.queue_manager', '@queue.commands']
- tags:
- - { name: drush.command }