You are here

drush.services.yml in Warmer 8

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

File

drush.services.yml
View source
  1. services:
  2. warmer.commands:
  3. class: \Drupal\warmer\Commands\WarmerCommands
  4. arguments: ['@plugin.manager.warmer', '@warmer.queue_manager', '@queue.commands']
  5. tags:
  6. - { name: drush.command }