You are here

drush.services.yml in Purge 8.3

modules/purge_drush/drush.services.yml

File

modules/purge_drush/drush.services.yml
View source
  1. services:
  2. purge_drush.debug_commands:
  3. class: \Drupal\purge_drush\Commands\DebugCommands
  4. arguments: ['@purge.logger']
  5. tags:
  6. - { name: drush.command }
  7. purge_drush.diagnostics_command:
  8. class: \Drupal\purge_drush\Commands\DiagnosticsCommand
  9. arguments: ['@purge.diagnostics']
  10. tags:
  11. - { name: drush.command }
  12. purge_drush.invalidate_command:
  13. class: \Drupal\purge_drush\Commands\InvalidateCommand
  14. arguments: ['@purge.invalidation.factory', '@purge.processors', '@purge.purgers']
  15. tags:
  16. - { name: drush.command }
  17. purge_drush.processor_commands:
  18. class: \Drupal\purge_drush\Commands\ProcessorCommands
  19. arguments: ['@purge.processors']
  20. tags:
  21. - { name: drush.command }
  22. purge_drush.purger_commands:
  23. class: \Drupal\purge_drush\Commands\PurgerCommands
  24. arguments: ['@purge.purgers']
  25. tags:
  26. - { name: drush.command }
  27. purge_drush.queue_commands:
  28. class: \Drupal\purge_drush\Commands\QueueCommands
  29. arguments: ['@purge.processors', '@purge.purgers', '@purge.invalidation.factory', '@purge.queue', '@purge.queue.stats', '@purge.queuers']
  30. tags:
  31. - { name: drush.command }
  32. purge_drush.queuer_commands:
  33. class: \Drupal\purge_drush\Commands\QueuerCommands
  34. arguments: ['@purge.queuers']
  35. tags:
  36. - { name: drush.command }
  37. purge_drush.types_command:
  38. class: \Drupal\purge_drush\Commands\TypesCommand
  39. arguments: ['@purge.invalidation.factory', '@purge.purgers']
  40. tags:
  41. - { name: drush.command }