You are here

drush.services.yml in Webform 6.x

File

drush.services.yml
View source
  1. services:
  2. webform.commands:
  3. class: \Drupal\webform\Commands\WebformCommands
  4. arguments: ['@webform.cli_service']
  5. tags:
  6. - { name: drush.command }
  7. webform.sanitize.submissions.commands:
  8. class: \Drupal\webform\Commands\WebformSanitizeSubmissionsCommands
  9. arguments: ['@database', '@module_handler', '@entity_type.manager']
  10. tags:
  11. - { name: drush.command }