Search for db

  1. Search 7.x for db
  2. Search 9.5.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
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 Test the command directly.
DbDumpTest::testScriptLoad function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Test 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 Test the command directly.
DbLog class core/modules/dblog/src/Logger/DbLog.php Logs events in the watchdog database table.
dblog-2851293.php file core/modules/dblog/tests/fixtures/update/dblog-2851293.php Test fixture.
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/stable/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
dblog.settings.yml file core/modules/dblog/config/install/dblog.settings.yml core/modules/dblog/config/install/dblog.settings.yml
dblog.views.inc file core/modules/dblog/dblog.views.inc Provide views data for dblog.module.
dblog.views.schema.yml file core/modules/dblog/config/schema/dblog.views.schema.yml core/modules/dblog/config/schema/dblog.views.schema.yml
DbLog::$connection property core/modules/dblog/src/Logger/DbLog.php The database connection object.
DbLog::$parser property core/modules/dblog/src/Logger/DbLog.php The message's placeholders parser.
DbLog::DEDICATED_DBLOG_CONNECTION_TARGET constant core/modules/dblog/src/Logger/DbLog.php The dedicated database connection target to use for log entries.
DbLog::log function core/modules/dblog/src/Logger/DbLog.php
DbLog::__construct function core/modules/dblog/src/Logger/DbLog.php Constructs a DbLog object.
DblogClearLogConfirmForm class core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Provides a confirmation form before clearing out the logs.
DblogClearLogConfirmForm.php file core/modules/dblog/src/Form/DblogClearLogConfirmForm.php
DblogClearLogConfirmForm::$connection property core/modules/dblog/src/Form/DblogClearLogConfirmForm.php The database connection.
DblogClearLogConfirmForm::create function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Instantiates a new instance of this class.

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