Search for db
Title | Object type | File name | Summary |
---|---|---|---|
DbDumpCommand::fieldSizeMap | function | core/ |
Given a database field type, return a Drupal size. |
DbDumpCommand::fieldTypeMap | function | core/ |
Given a database field type, return a Drupal type. |
DbDumpCommand::generateScript | function | core/ |
Generates the database script. |
DbDumpCommand::getFieldOrder | function | core/ |
Gets field ordering for a given table. |
DbDumpCommand::getTableCollation | function | core/ |
Set the table collation. |
DbDumpCommand::getTableData | function | core/ |
Gets all data from a given table. |
DbDumpCommand::getTableIndexes | function | core/ |
Adds primary key, unique keys, and index information to the schema. |
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 enable. |
DbDumpCommandTest::setUp | function | core/ |
|
DbDumpCommandTest::testDbDumpCommand | function | core/ |
Tests the command directly. |
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 enable. |
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/ |
|
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 enable. |
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. |
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.