You are here

service webform.sanitize.submissions.commands in Webform 6.x

Same name and namespace in other branches
  1. 8.5 drush.services.yml \webform.sanitize.submissions.commands

Class

\Drupal\webform\Commands\WebformSanitizeSubmissionsCommands

Tags

  • drush.command

File

./drush.services.yml
drush.services.yml

View source
  1. class: \Drupal\webform\Commands\WebformSanitizeSubmissionsCommands
  2. arguments:
  3. - '@database'
  4. - '@module_handler'
  5. - '@entity_type.manager'
  6. tags:
  7. - { name: drush.command }