Search for dump

  1. Search 7.x for dump
  2. Search 8.9.x for dump
  3. Search 10.3.x for dump
  4. Search 11.x for dump
  5. Other projects
Title Object type File name Summary
DbDumpTest::$data property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Test data to write into config.
DbDumpTest::$modules property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Modules to enable.
DbDumpTest::$originalTableIndexes property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php An array of original table indexes (including primary and unique keys).
DbDumpTest::$originalTableSchemas property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php An array of original table schemas.
DbDumpTest::$tables property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Tables that should be part of the exported script.
DbDumpTest::getTableIndexes function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Returns indexes for a given table.
DbDumpTest::getTableSchema function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Helper function to get a simplified schema for a given table.
DbDumpTest::register function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Register a database cache backend rather than memory-based.
DbDumpTest::setUp function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
DbDumpTest::testDbDumpCommand function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Tests the command directly.
DbDumpTest::testScriptLoad function core/tests/Drupal/KernelTests/Core/Command/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.
DeleteAuthorizeSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php Set database dump files to be used.
DisplayPageTest::$routerDumper property core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php The router dumper to get all routes.
DropIndexAllOnKeyValueExpireTableUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/DropIndexAllOnKeyValueExpireTableUpdateTest.php Set database dump files to be used.
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.
FileFieldFileExtensionsUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Update/FileFieldFileExtensionsUpdateTest.php Set database dump files to be used.
GlossaryStatusFilterTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/GlossaryStatusFilterTest.php Set database dump files to be used.
HalSettingsDeletionUpdateTest::setDatabaseDumpFiles function core/modules/hal/tests/src/Functional/Update/HalSettingsDeletionUpdateTest.php Set database dump files to be used.
IdentifierFieldSchemaTypeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/IdentifierFieldSchemaTypeUpdateTest.php Set database dump files to be used.
ImageLazyLoadUpdateTest::setDatabaseDumpFiles function core/modules/image/tests/src/Functional/ImageLazyLoadUpdateTest.php Set database dump files to be used.
JsCollectionOptimizer::$dumper property core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php An asset dumper.
JsonApiUpdatePathTest::setDatabaseDumpFiles function core/modules/jsonapi/tests/src/Functional/Update/JsonApiUpdatePathTest.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.
LayoutBuilderContextMappingUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php Set database dump files to be used.
LocaleUpdatePathTest::setDatabaseDumpFiles function core/modules/locale/tests/src/Functional/LocaleUpdatePathTest.php Set database dump files to be used.
MatcherDumper class core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps Route information to a database table.
MatcherDumper class core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Provides a proxy class for \Drupal\Core\Routing\MatcherDumper.
MatcherDumper.php file core/lib/Drupal/Core/Routing/MatcherDumper.php
MatcherDumper.php file core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
MatcherDumper::$connection property core/lib/Drupal/Core/Routing/MatcherDumper.php The database connection to which to dump route information.
MatcherDumper::$container property core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php The service container.
MatcherDumper::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php The id of the original proxied service.
MatcherDumper::$routes property core/lib/Drupal/Core/Routing/MatcherDumper.php The routes to be dumped.
MatcherDumper::$service property core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php The real proxied service, after it was lazy loaded.
MatcherDumper::$state property core/lib/Drupal/Core/Routing/MatcherDumper.php The state.
MatcherDumper::$tableName property core/lib/Drupal/Core/Routing/MatcherDumper.php The name of the SQL table to which to dump the routes.
MatcherDumper::addRoutes function core/lib/Drupal/Core/Routing/MatcherDumper.php Adds additional routes to be dumped.
MatcherDumper::addRoutes function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Adds additional routes to be dumped.
MatcherDumper::dump function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
MatcherDumper::dump function core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps a set of routes to the router table in the database.
MatcherDumper::ensureTableExists function core/lib/Drupal/Core/Routing/MatcherDumper.php Checks if the tree table exists and create it if not.

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