Search for db
Title | Object type | File name | Summary |
---|---|---|---|
DbDumpCommand::getTables | function | core/ |
Returns a list of tables, not including those set to be excluded. |
DbDumpCommand::getTableSchema | function | core/ |
Returns a schema array for a given table. |
DbDumpCommand::getTableScript | function | core/ |
The part of the script for each table. |
DbDumpCommand::getTemplate | function | core/ |
The script template. |
DbDumpCommandTest | class | core/ |
Test that the DbDumpCommand works correctly. |
DbDumpCommandTest.php | file | core/ |
|
DbDumpCommandTest::$modules | property | core/ |
Modules to install. |
DbDumpCommandTest::setUp | function | core/ |
|
DbDumpCommandTest::testDbDumpCommand | function | core/ |
Tests the command directly. |
DbDumpCommandTest::testInsertCount | function | core/ |
Tests insert count option. |
DbDumpCommandTest::testSchemaOnly | function | core/ |
Tests schema only option. |
DbDumpTest | class | core/ |
Tests for the database dump commands. |
DbDumpTest.php | file | core/ |
|
DbDumpTest::$data | property | core/ |
Test data to write into config. |
DbDumpTest::$modules | property | core/ |
Modules to install. |
DbDumpTest::$originalTableIndexes | property | core/ |
An array of original table indexes (including primary and unique keys). |
DbDumpTest::$originalTableSchemas | property | core/ |
An array of original table schemas. |
DbDumpTest::$tables | property | core/ |
Tables that should be part of the exported script. |
DbDumpTest::getTableIndexes | function | core/ |
Returns indexes for a given table. |
DbDumpTest::getTableSchema | function | core/ |
Helper function to get a simplified schema for a given table. |
DbDumpTest::register | function | core/ |
Register a database cache backend rather than memory-based. |
DbDumpTest::setUp | function | core/ |
|
DbDumpTest::testDbDumpCommand | function | core/ |
Tests the command directly. |
DbDumpTest::testScriptLoad | function | core/ |
Tests loading the script back into the database. |
DbImportCommand | class | core/ |
Provides a command to import the current database from a script. |
DbImportCommand.php | file | core/ |
|
DbImportCommand::configure | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
DbImportCommand::execute | function | core/ |
|
DbImportCommand::runScript | function | core/ |
Run the database script. |
DbImportCommandTest | class | core/ |
Test that the DbImportCommand works correctly. |
DbImportCommandTest.php | file | core/ |
|
DbImportCommandTest::$modules | property | core/ |
Modules to install. |
DbImportCommandTest::$tables | property | core/ |
Tables that should be part of the exported script. |
DbImportCommandTest::testDbImportCommand | function | core/ |
Tests the command directly. |
DbLog | class | core/ |
Logs events in the watchdog database table. |
dblog.admin.inc | file | core/ |
Administrative page callbacks for the Database Logging module. |
dblog.info.yml | file | core/ |
core/modules/dblog/dblog.info.yml |
dblog.install | file | core/ |
Install, update and uninstall functions for the dblog module. |
dblog.libraries.yml | file | core/ |
core/modules/dblog/dblog.libraries.yml |
dblog.links.menu.yml | file | core/ |
core/modules/dblog/dblog.links.menu.yml |
dblog.links.task.yml | file | core/ |
core/modules/dblog/dblog.links.task.yml |
dblog.migrate_drupal.yml | file | core/ |
core/modules/dblog/migrations/state/dblog.migrate_drupal.yml |
dblog.module | file | core/ |
System monitoring and logging for administrators. |
dblog.module.css | file | core/ |
Admin styles for the Database Logging module. |
dblog.module.css | file | core/ |
Admin styles for the Database Logging module. |
DbLog.php | file | core/ |
|
dblog.post_update.php | file | core/ |
Post update functions for the Database Logging module. |
dblog.routing.yml | file | core/ |
core/modules/dblog/dblog.routing.yml |
dblog.schema.yml | file | core/ |
core/modules/dblog/config/schema/dblog.schema.yml |
dblog.services.yml | file | core/ |
core/modules/dblog/dblog.services.yml |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.