constant GdprDumpCommands::DEFAULT_DUMP_OPTIONS 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::DEFAULT_DUMP_OPTIONS
File
- modules/
gdpr_dump/ src/ Commands/ GdprDumpCommands.php, line 47
Class
- GdprDumpCommands
- Drush commands.
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,
];