Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DbCommandBase | class | core/ |
Base command that abstracts handling of database connection arguments. |
| DbCommandBase.php | file | core/ |
|
| DbCommandBase::configure | function | core/ |
|
| DbCommandBase::getDatabaseConnection | function | core/ |
Parse input options decide on a database. |
| DbCommandBaseTest | class | core/ |
Test that the DbToolsApplication works correctly. |
| DbCommandBaseTest.php | file | core/ |
|
| DbCommandBaseTest::testPrefix | function | core/ |
Tests specifying a prefix for different connections. |
| DbCommandBaseTest::testSpecifyDatabaseDoesNotExist | function | core/ |
Invalid database names will throw a useful exception. |
| DbCommandBaseTest::testSpecifyDatabaseKey | function | core/ |
Tests specifying a database key. |
| DbCommandBaseTest::testSpecifyDbUrl | function | core/ |
Tests supplying database connection as a URL. |
| DbCommandBaseTester | class | core/ |
Concrete command implementation for testing base features. |
| DbCommandBaseTester::configure | function | core/ |
|
| DbCommandBaseTester::execute | function | core/ |
|
| DbCommandBaseTester::getDatabaseConnection | function | core/ |
|
| DbDumpApplication | class | core/ |
Provides a command to dump a database generation script. |
| DbDumpApplication.php | file | core/ |
|
| DbDumpApplication::getCommandName | function | core/ |
|
| DbDumpApplication::getDefaultCommands | function | core/ |
|
| DbDumpApplication::getDefinition | function | core/ |
Overridden so the application doesn't expect the command name as the first argument. |
| DbDumpCommand | class | core/ |
Provides a command to dump the current database to a script. |
| DbDumpCommand.php | file | core/ |
|
| DbDumpCommand::$excludeTables | property | core/ |
An array of table patterns to exclude completely. |
| DbDumpCommand::configure | function | core/ |
|
| DbDumpCommand::execute | function | core/ |
|
| 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/ |
|
| 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/ |
|
| 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. |
Pagination
- Previous page
- Page 394
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.