protected function GdprDumpGdprSqlDump::prepare in General Data Protection Regulation 7
Prepare the database for the dump.
1 call to GdprDumpGdprSqlDump::prepare()
- GdprDumpGdprSqlDump::dump in modules/gdpr_dump/ inc/ GdprDumpGdprSqlDump.inc 
- Dump command.
File
- modules/gdpr_dump/ inc/ GdprDumpGdprSqlDump.inc, line 272 
Class
- GdprDumpGdprSqlDump
- Class GdprDumpGdprSqlDump.
Code
protected function prepare() {
  $this
    ->cleanup();
  $this
    ->buildSkipTables();
  $this
    ->createTableClones();
  $this
    ->sanitizeData();
}