public function GdprDumpCommands::sanitize in General Data Protection Regulation 3.0.x
Same name and namespace in other branches
- 8.2 modules/gdpr_dump/src/Commands/GdprDumpCommands.php \Drupal\gdpr_dump\Commands\GdprDumpCommands::sanitize()
Sanitizes the current environment.
@command gdpr:sanitize @aliases gdpr-sanitize @bootstrap max configuration
Throws
\Exception
File
- modules/
gdpr_dump/ src/ Commands/ GdprDumpCommands.php, line 113
Class
- GdprDumpCommands
- Drush commands.
Namespace
Drupal\gdpr_dump\CommandsCode
public function sanitize() {
$this->sanitizeService
->sanitize();
}