You are here

service warmer.commands in Warmer 2.x

Same name and namespace in other branches
  1. 8 drush.services.yml \warmer.commands

Class

\Drupal\warmer\Commands\WarmerCommands

Tags

  • drush.command

File

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

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