Search for dump
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Test the command directly. |
| DbDumpCommandTest::testSchemaOnly | function | core/ |
Test 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/ |
Test the command directly. |
| DbDumpTest::testScriptLoad | function | core/ |
Test loading the script back into the database. |
| DblogFiltersAndFieldsUpgradeTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| DblogNoLogsAvailableUpgradeTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| DblogRecentLogsUsingViewsUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| DbToolsApplicationTest::testDumpCommandRegistration | function | core/ |
Test that the dump command is correctly registered. |
| DefaultContentModerationStateRevisionUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| DefaultModerationStateUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| DisplayPageTest::$routerDumper | property | core/ |
The router dumper to get all routes. |
| DrupalKernel::$allowDumping | property | core/ |
Whether the container can be dumped. |
| DrupalKernel::$containerNeedsDumping | property | core/ |
Whether the container needs to be dumped once booting is complete. |
| DrupalKernel::$phpArrayDumperClass | property | core/ |
Holds the class used for dumping the container to a PHP array. |
| dump-database-d6.sh | file | core/ |
Filled installation of Drupal 6.17, for test purposes. |
| dump-database-d7.sh | file | core/ |
Dumps a Drupal 7 database into a Drupal 7 PHP script to test the upgrade process. |
| dump-database-d8-mysql.php | file | core/ |
A command line application to dump a database to a generation script. |
| DynamicPageCacheIntegrationTest::$dumpHeaders | property | core/ |
|
| EarlyRenderingControllerTest::$dumpHeaders | property | core/ |
|
| EditorUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| EmailWidgetSizeSettingUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| EntityFormDisplayDependenciesUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| EntityLinkOutputUrlUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| EntityReferenceHandlerSettingUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.