public function GdprDumpCommands::sanitize in General Data Protection Regulation 8.2
Same name and namespace in other branches
- 3.0.x 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 116
Class
- GdprDumpCommands
- Class GdprDumpCommands.
Namespace
Drupal\gdpr_dump\CommandsCode
public function sanitize() {
$this->sanitizeService
->sanitize();
}