Search for db

  1. Search 7.x for db
  2. Search 9.5.x for db
  3. Search 8.9.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
DbDumpCommand::getTables function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a list of tables, not including those set to be excluded.
DbDumpCommand::getTableSchema function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a schema array for a given table.
DbDumpCommand::getTableScript function core/lib/Drupal/Core/Command/DbDumpCommand.php The part of the script for each table.
DbDumpCommand::getTemplate function core/lib/Drupal/Core/Command/DbDumpCommand.php The script template.
DbDumpCommandTest class core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Test that the DbDumpCommand works correctly.
DbDumpCommandTest.php file core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php
DbDumpCommandTest::$modules property core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Modules to install.
DbDumpCommandTest::setUp function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php
DbDumpCommandTest::testDbDumpCommand function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests the command directly.
DbDumpCommandTest::testInsertCount function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests insert count option.
DbDumpCommandTest::testSchemaOnly function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests schema only option.
DbDumpTest class core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests for the database dump commands.
DbDumpTest.php file core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php
DbDumpTest::$data property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Test data to write into config.
DbDumpTest::$modules property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Modules to install.
DbDumpTest::$originalTableIndexes property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table indexes (including primary and unique keys).
DbDumpTest::$originalTableSchemas property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table schemas.
DbDumpTest::$tables property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tables that should be part of the exported script.
DbDumpTest::getTableIndexes function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Returns indexes for a given table.
DbDumpTest::getTableSchema function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Helper function to get a simplified schema for a given table.
DbDumpTest::register function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Register a database cache backend rather than memory-based.
DbDumpTest::setUp function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php
DbDumpTest::testDbDumpCommand function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests the command directly.
DbDumpTest::testScriptLoad function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests loading the script back into the database.
DbImportCommand class core/lib/Drupal/Core/Command/DbImportCommand.php Provides a command to import the current database from a script.
DbImportCommand.php file core/lib/Drupal/Core/Command/DbImportCommand.php
DbImportCommand::configure function core/lib/Drupal/Core/Command/DbImportCommand.php phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
DbImportCommand::execute function core/lib/Drupal/Core/Command/DbImportCommand.php
DbImportCommand::runScript function core/lib/Drupal/Core/Command/DbImportCommand.php Run the database script.
DbImportCommandTest class core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Test that the DbImportCommand works correctly.
DbImportCommandTest.php file core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php
DbImportCommandTest::$modules property core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Modules to install.
DbImportCommandTest::$tables property core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Tables that should be part of the exported script.
DbImportCommandTest::testDbImportCommand function core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Tests the command directly.
DbLog class core/modules/dblog/src/Logger/DbLog.php Logs events in the watchdog database table.
dblog.admin.inc file core/modules/dblog/dblog.admin.inc Administrative page callbacks for the Database Logging module.
dblog.info.yml file core/modules/dblog/dblog.info.yml core/modules/dblog/dblog.info.yml
dblog.install file core/modules/dblog/dblog.install Install, update and uninstall functions for the dblog module.
dblog.libraries.yml file core/modules/dblog/dblog.libraries.yml core/modules/dblog/dblog.libraries.yml
dblog.links.menu.yml file core/modules/dblog/dblog.links.menu.yml core/modules/dblog/dblog.links.menu.yml
dblog.links.task.yml file core/modules/dblog/dblog.links.task.yml core/modules/dblog/dblog.links.task.yml
dblog.migrate_drupal.yml file core/modules/dblog/migrations/state/dblog.migrate_drupal.yml core/modules/dblog/migrations/state/dblog.migrate_drupal.yml
dblog.module file core/modules/dblog/dblog.module System monitoring and logging for administrators.
dblog.module.css file core/themes/stable9/css/dblog/dblog.module.css Admin styles for the Database Logging module.
dblog.module.css file core/modules/dblog/css/dblog.module.css Admin styles for the Database Logging module.
DbLog.php file core/modules/dblog/src/Logger/DbLog.php
dblog.post_update.php file core/modules/dblog/dblog.post_update.php Post update functions for the Database Logging module.
dblog.routing.yml file core/modules/dblog/dblog.routing.yml core/modules/dblog/dblog.routing.yml
dblog.schema.yml file core/modules/dblog/config/schema/dblog.schema.yml core/modules/dblog/config/schema/dblog.schema.yml
dblog.services.yml file core/modules/dblog/dblog.services.yml core/modules/dblog/dblog.services.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.