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
AddPermissionsUpdateTest::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/AddPermissionsUpdateTest.php Set database dump files to be used.
AssetDumper class core/lib/Drupal/Core/Asset/AssetDumper.php Dumps a CSS or JavaScript asset.
AssetDumper.php file core/lib/Drupal/Core/Asset/AssetDumper.php
AssetDumper::$fileSystem property core/lib/Drupal/Core/Asset/AssetDumper.php The file system service.
AssetDumper::dump function core/lib/Drupal/Core/Asset/AssetDumper.php The file name for the CSS or JS cache file is generated from the hash of
the aggregated contents of the files in $data. This forces proxies and
browsers to download new CSS when the CSS changes.
AssetDumper::dumpToUri function core/lib/Drupal/Core/Asset/AssetDumper.php Dumps an (optimized) asset to persistent storage.
AssetDumper::__construct function core/lib/Drupal/Core/Asset/AssetDumper.php AssetDumper constructor.
AssetDumperInterface interface core/lib/Drupal/Core/Asset/AssetDumperInterface.php Interface defining a service that dumps an (optimized) asset.
AssetDumperInterface.php file core/lib/Drupal/Core/Asset/AssetDumperInterface.php
AssetDumperInterface::dump function core/lib/Drupal/Core/Asset/AssetDumperInterface.php Dumps an (optimized) asset to persistent storage.
AssetDumperUriInterface interface core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php Interface defining a service that dumps an asset to a specified location.
AssetDumperUriInterface.php file core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php
AssetDumperUriInterface::dumpToUri function core/lib/Drupal/Core/Asset/AssetDumperUriInterface.php Dumps an (optimized) asset to persistent storage.
BatchBidSerialUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/BatchBidSerialUpdateTest.php Set database dump files to be used.
BlockContentRemoveConstraint::setDatabaseDumpFiles function core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveConstraint.php Set database dump files to be used.
BlockContentReusableIndexUpdatePathTest::setDatabaseDumpFiles function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableIndexUpdatePathTest.php Set database dump files to be used.
BlockContentUpdateTest::setDatabaseDumpFiles function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Set database dump files to be used.
BrowserTestBaseTest::testVarDump function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the dump() function provided by the var-dumper Symfony component.
CKEditor5UpdateCodeBlockConfigurationTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateCodeBlockConfigurationTest.php Set database dump files to be used.
CKEditor5UpdateImageToolbarItemTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Set database dump files to be used.
CKEditor5UpdateListMultiBlockTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php Set database dump files to be used.
CKEditor5UpdateOlStartReversed::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php Set database dump files to be used.
CKEditor5UpdatePluginSettingsSortTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php Set database dump files to be used.
Composer::preAutoloadDump function core/lib/Drupal/Core/Composer/Composer.php Add vendor classes to Composer's static classmap.
ConfigSyncReadmeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ConfigSyncReadmeUpdateTest.php Set database dump files to be used.
DbDumpApplication class core/lib/Drupal/Core/Command/DbDumpApplication.php Provides a command to dump a database generation script.
DbDumpApplication.php file core/lib/Drupal/Core/Command/DbDumpApplication.php
DbDumpApplication::getCommandName function core/lib/Drupal/Core/Command/DbDumpApplication.php
DbDumpApplication::getDefaultCommands function core/lib/Drupal/Core/Command/DbDumpApplication.php
DbDumpApplication::getDefinition function core/lib/Drupal/Core/Command/DbDumpApplication.php Overridden so the application doesn't expect the command name as the first
argument.
DbDumpCommand class core/lib/Drupal/Core/Command/DbDumpCommand.php Provides a command to dump the current database to a script.
DbDumpCommand.php file core/lib/Drupal/Core/Command/DbDumpCommand.php
DbDumpCommand::$excludeTables property core/lib/Drupal/Core/Command/DbDumpCommand.php An array of table patterns to exclude completely.
DbDumpCommand::configure function core/lib/Drupal/Core/Command/DbDumpCommand.php
DbDumpCommand::execute function core/lib/Drupal/Core/Command/DbDumpCommand.php
DbDumpCommand::fieldSizeMap function core/lib/Drupal/Core/Command/DbDumpCommand.php Given a database field type, return a Drupal size.
DbDumpCommand::fieldTypeMap function core/lib/Drupal/Core/Command/DbDumpCommand.php Given a database field type, return a Drupal type.
DbDumpCommand::generateScript function core/lib/Drupal/Core/Command/DbDumpCommand.php Generates the database script.
DbDumpCommand::getFieldOrder function core/lib/Drupal/Core/Command/DbDumpCommand.php Gets field ordering for a given table.
DbDumpCommand::getTableCollation function core/lib/Drupal/Core/Command/DbDumpCommand.php Set the table collation.
DbDumpCommand::getTableData function core/lib/Drupal/Core/Command/DbDumpCommand.php Gets all data from a given table.
DbDumpCommand::getTableIndexes function core/lib/Drupal/Core/Command/DbDumpCommand.php Adds primary key, unique keys, and index information to the schema.
DbDumpCommand::getTables function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a list of tables, not including those set to be excluded.
DbDumpCommand::getTableSchema function core/lib/Drupal/Core/Command/DbDumpCommand.php Returns a schema array for a given table.
DbDumpCommand::getTableScript function core/lib/Drupal/Core/Command/DbDumpCommand.php The part of the script for each table.
DbDumpCommand::getTemplate function core/lib/Drupal/Core/Command/DbDumpCommand.php The script template.
DbDumpCommandTest class core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Test that the DbDumpCommand works correctly.
DbDumpCommandTest.php file core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php
DbDumpCommandTest::$modules property core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Modules to enable.
DbDumpCommandTest::setUp function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php

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