Search for db

  1. Search 7.x for db
  2. Search 8.9.x for db
  3. Search 10.3.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
DbDumpCommand::fieldSizeMap function core/lib/Drupal/Core/Command/DbDumpCommand.php Given a database field type, return a Drupal size.
DbDumpCommand::fieldTypeMap function core/lib/Drupal/Core/Command/DbDumpCommand.php Given a database field type, return a Drupal type.
DbDumpCommand::generateScript function core/lib/Drupal/Core/Command/DbDumpCommand.php Generates the database script.
DbDumpCommand::getFieldOrder function core/lib/Drupal/Core/Command/DbDumpCommand.php Gets field ordering for a given table.
DbDumpCommand::getTableCollation function core/lib/Drupal/Core/Command/DbDumpCommand.php Set the table collation.
DbDumpCommand::getTableData function core/lib/Drupal/Core/Command/DbDumpCommand.php Gets all data from a given table.
DbDumpCommand::getTableIndexes function core/lib/Drupal/Core/Command/DbDumpCommand.php Adds primary key, unique keys, and index information to the schema.
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/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Test that the DbDumpCommand works correctly.
DbDumpCommandTest.php file core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php
DbDumpCommandTest::$modules property core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Modules to enable.
DbDumpCommandTest::setUp function core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php
DbDumpCommandTest::testDbDumpCommand function core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Tests the command directly.
DbDumpCommandTest::testSchemaOnly function core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php Tests schema only option.
DbDumpTest class core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Tests for the database dump commands.
DbDumpTest.php file core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
DbDumpTest::$data property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Test data to write into config.
DbDumpTest::$modules property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Modules to enable.
DbDumpTest::$originalTableIndexes property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php An array of original table indexes (including primary and unique keys).
DbDumpTest::$originalTableSchemas property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php An array of original table schemas.
DbDumpTest::$tables property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Tables that should be part of the exported script.
DbDumpTest::getTableIndexes function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Returns indexes for a given table.
DbDumpTest::getTableSchema function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Helper function to get a simplified schema for a given table.
DbDumpTest::register function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Register a database cache backend rather than memory-based.
DbDumpTest::setUp function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
DbDumpTest::testDbDumpCommand function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Tests the command directly.
DbDumpTest::testScriptLoad function core/tests/Drupal/KernelTests/Core/Command/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
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 enable.
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.

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