drush.services.yml in Webform 6.x
Same filename in this branch
Same filename and directory in other branches
modules/webform_devel/drush.services.yml
File
modules/webform_devel/drush.services.ymlView source
- services:
- webform_devel.commands:
- class: \Drupal\webform_devel\Commands\WebformDevelCommands
- arguments: ['@state', '@user.data']
- tags:
- - { name: drush.command }