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::$modules property core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Modules to install.
DbDumpCommandTest::setUp function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php
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 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-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.
FileVideoFormatterUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.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.

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