Search for dump

  1. Search 7.x for dump
  2. Search 9.5.x for dump
  3. Search 8.9.x for dump
  4. Search 10.3.x for dump
  5. Other projects
Title Object type File name Summary
DbDumpCommandTest::testDbDumpCommand function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests the command directly.
DbDumpCommandTest::testInsertCount function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests insert count option.
DbDumpCommandTest::testSchemaOnly function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests schema only option.
DbDumpTest class core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests for the database dump commands.
DbDumpTest.php file core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php
DbDumpTest::$data property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Test data to write into config.
DbDumpTest::$modules property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Modules to enable.
DbDumpTest::$originalTableIndexes property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table indexes (including primary and unique keys).
DbDumpTest::$originalTableSchemas property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table schemas.
DbDumpTest::$tables property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tables that should be part of the exported script.
DbDumpTest::getTableIndexes function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Returns indexes for a given table.
DbDumpTest::getTableSchema function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Helper function to get a simplified schema for a given table.
DbDumpTest::register function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Register a database cache backend rather than memory-based.
DbDumpTest::setUp function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php
DbDumpTest::testDbDumpCommand function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests the command directly.
DbDumpTest::testScriptLoad function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests loading the script back into the database.
DbToolsApplicationTest::testDumpCommandRegistration function core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Tests that the dump command is correctly registered.
DebugExtension::dump function core/lib/Drupal/Core/Template/DebugExtension.php Dumps information about variables using Symfony VarDumper.
DebugExtension::SYMFONY_VAR_DUMPER_CLASS constant core/lib/Drupal/Core/Template/DebugExtension.php The Symfony VarDumper class.
DisplayPageTest::$routerDumper property core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php The router dumper to get all routes.
DrupalKernel::$allowDumping property core/lib/Drupal/Core/DrupalKernel.php Whether the container can be dumped.
DrupalKernel::$containerNeedsDumping property core/lib/Drupal/Core/DrupalKernel.php Whether the container needs to be dumped once booting is complete.
DrupalKernel::$phpArrayDumperClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for dumping the container to a PHP array.
dump-database-d6.sh file core/scripts/dump-database-d6.sh Filled installation of Drupal 6.17, for test purposes.
dump-database-d7.sh file core/scripts/dump-database-d7.sh Dumps a Drupal 7 database into a Drupal 7 PHP script to test the upgrade
process.
dump-database-d8-mysql.php file core/scripts/dump-database-d8-mysql.php A command line application to dump a database to a generation script.
EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Set database dump files to be used.
EditorSanitizeImageUploadSettingsUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php Set database dump files to be used.
EntityArgumentUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Set database dump files to be used.
FileAddPermissionsUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/FileAddPermissionsUpdateTest.php Set database dump files to be used.
FilterFormatConsolidateFilterConfigUpdateTest::setDatabaseDumpFiles function core/modules/filter/tests/src/Functional/FilterFormatConsolidateFilterConfigUpdateTest.php Set database dump files to be used.
FilterFormatUpdateFilterSortingTest::setDatabaseDumpFiles function core/modules/filter/tests/src/Functional/FilterFormatUpdateFilterSortingTest.php Set database dump files to be used.
ForumIndexUpdateTest::setDatabaseDumpFiles function core/modules/forum/tests/src/Functional/ForumIndexUpdateTest.php Set database dump files to be used.
GlobalThemeSettingsDefaultLogoUrlUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/GlobalThemeSettingsDefaultLogoUrlUpdateTest.php Set database dump files to be used.
HelpTopicsMerge::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php Set database dump files to be used.
HelpTopicsUninstall::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php Set database dump files to be used.
KernelTestBase::vfsDump function core/tests/Drupal/KernelTests/KernelTestBase.php Dumps the current state of the virtual filesystem to STDOUT.
KernelTestBaseTest::testVarDump function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the dump() function provided by the var-dumper Symfony component.
LayoutBuilderSettingsUpdateTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php Set database dump files to be used.
LegacyMatcherDumperTest class core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests deprecations in MatcherDumper.
LegacyMatcherDumperTest.php file core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php
LegacyMatcherDumperTest::$connection property core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php The connection.
LegacyMatcherDumperTest::$state property core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php The state.
LegacyMatcherDumperTest::setUp function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php
LegacyMatcherDumperTest::testConstructorDeprecationNoLogger function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests the constructor deprecations.
LegacyMatcherDumperTest::testConstructorDeprecationWithLegacyTableNameParam function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests the constructor deprecations.
LegacyMatcherDumperTest::testConstructorDeprecationWithLogger function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests the constructor deprecations.
MailDsnSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php Set database dump files to be used.
MatcherDumper class core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Provides a proxy class for \Drupal\Core\Routing\MatcherDumper.
MatcherDumper class core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps Route information to a database table.

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