protected DbDumpCommand::getTableScript($table, array $schema, array $data)
The part of the script for each table.
Parameters
string $table: Table name.
array $schema: Drupal schema definition.
array $data: Data for the table.
Return value
string The table create statement, and if there is data, the insert command.
File
core/lib/Drupal/Core/Command/DbDumpCommand.php, line 409
Class
DbDumpCommand Provides a command to dump the current database to a script.
Namespace
Drupal\Core\Command