DbDumpApplication::getDefaultCommands
  • References/PHP/Drupal/Command/DbDumpApplication

protected DbDumpApplication::getDefaultCommands()

2025-01-10 15:47:30
DbDumpApplication::getCommandName
  • References/PHP/Drupal/Command/DbDumpApplication

protected DbDumpApplication::getCommandName(InputInterface $input)

2025-01-10 15:47:30
DbDumpCommand
  • References/PHP/Drupal/Command/DbDumpCommand

Provides a command to dump the current database to a script. This script exports all tables in the given database, and all data (except for

2025-01-10 15:47:30
DbDumpCommand::generateScript
  • References/PHP/Drupal/Command/DbDumpCommand

protected DbDumpCommand::generateScript(Connection $connection, array

2025-01-10 15:47:30
DbDumpCommand::getFieldOrder
  • References/PHP/Drupal/Command/DbDumpCommand

protected DbDumpCommand::getFieldOrder(Connection $connection, $table)

2025-01-10 15:47:30
DbImportCommand::configure
  • References/PHP/Drupal/Command/DbImportCommand

protected DbImportCommand::configure()

2025-01-10 15:47:30
DbImportCommand::runScript
  • References/PHP/Drupal/Command/DbImportCommand

protected DbImportCommand::runScript(Connection $connection, $script)

2025-01-10 15:47:30
DbImportCommand
  • References/PHP/Drupal/Command/DbImportCommand

Provides a command to import the current database from a script. This script runs on databases exported using using one of the database dump

2025-01-10 15:47:30
DbCommandBase
  • References/PHP/Drupal/Command/DbCommandBase

Base command that abstracts handling of database connection arguments. Hierarchy class

2025-01-10 15:47:30
DbDumpCommand::configure
  • References/PHP/Drupal/Command/DbDumpCommand

protected DbDumpCommand::configure() Configures

2025-01-10 15:47:30