You are here

drush.services.yml in Site Audit 8.3

File

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