Search for dump
| Title | Object type | File name | Summary | 
|---|---|---|---|
| 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. | 
| BlockContentRemoveListingEmptyUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| BlockContentStatusInfoUpdatePathTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| BlockItemsPerPageUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| BlockWeightUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| BrowserTestBase::setDebugDumpHandler | function | core/ | 
                                                                                        Registers the dumper CLI handler when the DebugDump extension is enabled. | 
| BrowserTestBaseTest::testVarDump | function | core/ | 
                                                                                        Tests the dump() function provided by the var-dumper Symfony component. | 
| ChangePromotedDefaultTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| Composer::preAutoloadDump | function | core/ | 
                                                                                        Add vendor classes to Composer's static classmap. | 
| ConfigUpdateTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| ContentModerationStateIndexUpdatePathTest::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/ | 
                                                                                        |
| 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. | 
| DbDumpCommand::getTableScript | function | core/ | 
                                                                                        The part of the script for each table. | 
| DbDumpCommand::getTemplate | function | core/ | 
                                                                                        The script template. | 
| DbDumpCommandTest | class | core/ | 
                                                                                        Test that the DbDumpCommand works correctly. | 
| DbDumpCommandTest.php | file | core/ | 
                                                                                        |
| DbDumpCommandTest::$modules | property | core/ | 
                                                                                        Modules to install. | 
| DbDumpCommandTest::setUp | function | core/ | 
                                                                                        |
| DbDumpCommandTest::testDbDumpCommand | function | core/ | 
                                                                                        Tests the command directly. | 
Pagination
- Page 1
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.