You are here

drush.services.yml in General Data Protection Regulation 8.2

Same filename and directory in other branches
  1. 3.0.x modules/gdpr_dump/drush.services.yml
modules/gdpr_dump/drush.services.yml

File

modules/gdpr_dump/drush.services.yml
View source
  1. services:
  2. gdpr_dump.commands:
  3. class: Drupal\gdpr_dump\Commands\GdprDumpCommands
  4. arguments:
  5. - '@gdpr_dump.sql_dump'
  6. - '@gdpr_dump.sanitize'
  7. tags:
  8. - { name: drush.command }