You are here

drush.services.yml in Lightning Core 8.3

File

drush.services.yml
View source
  1. services:
  2. lightning_core.hooks:
  3. class: '\Drupal\lightning_core\Commands\Hooks'
  4. arguments:
  5. - '@plugin.cache_clearer'
  6. tags:
  7. - { name: drush.command }
  8. lightning_core.commands:
  9. class: \Drupal\lightning_core\Commands\LightningCoreCommands
  10. arguments:
  11. - '@lightning.update_manager'
  12. tags:
  13. - { name: drush.command }