drush.services.yml in General Data Protection Regulation 3.0.x
Same filename and directory in other branches
modules/gdpr_dump/drush.services.yml
File
modules/gdpr_dump/drush.services.ymlView source
- services:
- gdpr_dump.commands:
- class: Drupal\gdpr_dump\Commands\GdprDumpCommands
- arguments:
- - '@gdpr_dump.sql_dump'
- - '@gdpr_dump.sanitize'
- tags:
- - { name: drush.command }