You are here

drush.services.yml in Lightning Core 8.5

File

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