You are here

service gdpr_dump.commands in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 3.0.x modules/gdpr_dump/drush.services.yml \gdpr_dump.commands

Class

Drupal\gdpr_dump\Commands\GdprDumpCommands

Tags

  • drush.command

File

modules/gdpr_dump/drush.services.yml
modules/gdpr_dump/drush.services.yml

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