drush.services.yml in Webform 8.5
Same filename in this branch
Same filename and directory in other branches
File
drush.services.ymlView source
- services:
- webform.commands:
- class: \Drupal\webform\Commands\WebformCommands
- arguments: ['@webform.cli_service']
- tags:
- - { name: drush.command }
- webform.sanitize.submissions.commands:
- class: \Drupal\webform\Commands\WebformSanitizeSubmissionsCommands
- arguments: ['@database', '@module_handler', '@entity_type.manager']
- tags:
- - { name: drush.command }