Search for dump
Title | Object type | File name | Summary |
---|---|---|---|
AddPermissionsUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
asset.css.dumper | service | core/ |
Drupal\Core\Asset\AssetDumper |
asset.js.dumper | service | core/ |
Drupal\Core\Asset\AssetDumper |
AssetDumper | class | core/ |
Dumps a CSS or JavaScript asset. |
AssetDumper.php | file | core/ |
|
AssetDumper::$fileSystem | property | core/ |
The file system service. |
AssetDumper::dump | function | core/ |
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/ |
Dumps an (optimized) asset to persistent storage. |
AssetDumper::__construct | function | core/ |
AssetDumper constructor. |
AssetDumperInterface | interface | core/ |
Interface defining a service that dumps an (optimized) asset. |
AssetDumperInterface.php | file | core/ |
|
AssetDumperInterface::dump | function | core/ |
Dumps an (optimized) asset to persistent storage. |
AssetDumperUriInterface | interface | core/ |
Interface defining a service that dumps an asset to a specified location. |
AssetDumperUriInterface.php | file | core/ |
|
AssetDumperUriInterface::dumpToUri | function | core/ |
Dumps an (optimized) asset to persistent storage. |
BatchBidSerialUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
BlockContentRemoveConstraint::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
BlockContentReusableIndexUpdatePathTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
BlockContentUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
BrowserTestBaseTest::testVarDump | function | core/ |
Tests the dump() function provided by the var-dumper Symfony component. |
CKEditor5UpdateCodeBlockConfigurationTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CKEditor5UpdateImageToolbarItemTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CKEditor5UpdateListMultiBlockTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CKEditor5UpdateOlStartReversed::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CKEditor5UpdatePluginSettingsSortTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
Composer::preAutoloadDump | function | core/ |
Add vendor classes to Composer's static classmap. |
ConfigSyncReadmeUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CronLoggingUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
CssCollectionOptimizer::$dumper | property | core/ |
An asset dumper. |
CssCollectionOptimizerUnitTest::$dumperData | property | core/ |
The data from the dumper. |
DateRangeFormatterSettingsUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
DbDumpApplication | class | core/ |
Provides a command to dump a database generation script. |
DbDumpApplication.php | file | core/ |
|
DbDumpApplication::getCommandName | function | core/ |
|
DbDumpApplication::getDefaultCommands | function | core/ |
|
DbDumpApplication::getDefinition | function | core/ |
Overridden so the application doesn't expect the command name as the first argument. |
DbDumpCommand | class | core/ |
Provides a command to dump the current database to a script. |
DbDumpCommand.php | file | core/ |
|
DbDumpCommand::$excludeTables | property | core/ |
An array of table patterns to exclude completely. |
DbDumpCommand::configure | function | core/ |
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn |
DbDumpCommand::execute | function | core/ |
|
DbDumpCommand::fieldSizeMap | function | core/ |
Given a database field type, return a Drupal size. |
DbDumpCommand::fieldTypeMap | function | core/ |
Given a database field type, return a Drupal type. |
DbDumpCommand::generateScript | function | core/ |
Generates the database script. |
DbDumpCommand::getFieldOrder | function | core/ |
Gets field ordering for a given table. |
DbDumpCommand::getTableCollation | function | core/ |
Set the table collation. |
DbDumpCommand::getTableData | function | core/ |
Gets all data from a given table. |
DbDumpCommand::getTableIndexes | function | core/ |
Adds primary key, unique keys, and index information to the schema. |
DbDumpCommand::getTables | function | core/ |
Returns a list of tables, not including those set to be excluded. |
DbDumpCommand::getTableSchema | function | core/ |
Returns a schema array for a given table. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.