constant GdprDumpCommands::DEFAULT_DUMP_OPTIONS 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::DEFAULT_DUMP_OPTIONS
File
- modules/
gdpr_dump/ src/ Commands/ GdprDumpCommands.php, line 50
Class
- GdprDumpCommands
- Class GdprDumpCommands.
Namespace
Drupal\gdpr_dump\CommandsCode
const DEFAULT_DUMP_OPTIONS = [
'result-file' => NULL,
'create-db' => FALSE,
'data-only' => FALSE,
'ordered-dump' => FALSE,
'gzip' => FALSE,
'extra' => self::REQ,
'extra-dump' => self::REQ,
];