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
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 install.
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.
DebugDump class core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Drupal's extension for printing dump() output results.
DebugDump.php file core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
DebugDump::$colors property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Whether colors should be used for printing.
DebugDump::$printCaller property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Whether the caller of dump should be included in the report.
DebugDump::$stagingFilePath property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php The path to the dump staging file.
DebugDump::bootstrap function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
DebugDump::cliHandler function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php A CLI handler for \Symfony\Component\VarDumper\VarDumper.
DebugDump::decodeDump function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Decodes a dump retrieved from storage.
DebugDump::encodeDump function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Encodes the dump for storing.
DebugDump::getCaller function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Returns information about the caller of dump().
DebugDump::getDumps function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Retrieves dumps from storage.
DebugDump::isEnabled function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Determines if the extension is enabled.
DebugDump::testRunnerFinished function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Prints the dumps generated during the test.
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-d8-mysql.php file core/scripts/dump-database-d8-mysql.php A command line application to dump a database to a generation script.
EntityArgumentUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Set database dump files to be used.
EntityFormModeUpdatePathTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php Set database dump files to be used.
FileVideoFormatterUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Set database dump files to be used.
KernelTestBase::setDebugDumpHandler function core/tests/Drupal/KernelTests/KernelTestBase.php Registers the dumper CLI handler when the DebugDump extension is enabled.
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.
LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles function core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.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.
MatcherDumper.php file core/lib/Drupal/Core/Routing/MatcherDumper.php
MatcherDumper.php file core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
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::$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.

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