Search for dump
Title | Object type | File name | Summary |
---|---|---|---|
MatcherDumper::getRoutes | function | core/ |
|
MatcherDumper::getRoutes | function | core/ |
Gets the routes to match. |
MatcherDumper::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
MatcherDumper::schemaDefinition | function | core/ |
Defines the schema for the router table. |
MatcherDumper::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
MatcherDumper::__construct | function | core/ |
Construct the MatcherDumper. |
MatcherDumperInterface | interface | core/ |
Extends the symfony matcher dumper interface with an addRoutes method. |
MatcherDumperInterface.php | file | core/ |
|
MatcherDumperInterface::addRoutes | function | core/ |
Adds additional routes to be dumped. |
MatcherDumperTest | class | core/ |
Confirm that the matcher dumper is functioning properly. |
MatcherDumperTest.php | file | core/ |
|
MatcherDumperTest::$fixtures | property | core/ |
A collection of shared fixture data for tests. |
MatcherDumperTest::$state | property | core/ |
The state. |
MatcherDumperTest::setUp | function | core/ |
|
MatcherDumperTest::testAddAdditionalRoutes | function | core/ |
Confirms that we can add routes to the dumper when it already has some. |
MatcherDumperTest::testAddRoutes | function | core/ |
Confirms that we can add routes to the dumper. |
MatcherDumperTest::testCreate | function | core/ |
Confirms that the dumper can be instantiated successfully. |
MatcherDumperTest::testDump | function | core/ |
Confirm that we can dump a route collection to the database. |
MatcherDumperTest::testMenuMasksGeneration | function | core/ |
Tests the determination of the masks generation. |
MigrateDrupalUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
MigrateDumpAlterInterface | interface | core/ |
Allows tests to alter dumps after they have loaded. |
MigrateDumpAlterInterface.php | file | core/ |
|
MigrateDumpAlterInterface::migrateDumpAlter | function | core/ |
Allows tests to alter dumps after they have loaded. |
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter | function | core/ |
Allows tests to alter dumps after they have loaded. |
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter | function | core/ |
Allows tests to alter dumps after they have loaded. |
MigrateFileTest::migrateDumpAlter | function | core/ |
Allows tests to alter dumps after they have loaded. |
MigrateFilterFormatTest::migrateDumpAlter | function | core/ |
Allows tests to alter dumps after they have loaded. |
MigrateLanguageContentCommentSettingsNoEntityTranslationTest::migrateDumpAlter | function | core/ |
Allows tests to alter dumps after they have loaded. |
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
NodeContentTranslationUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
NullMatcherDumper | class | core/ |
Does not dump Route information. |
NullMatcherDumper.php | file | core/ |
|
NullMatcherDumper::$routes | property | core/ |
The routes to be dumped. |
NullMatcherDumper::addRoutes | function | core/ |
Adds additional routes to be dumped. |
NullMatcherDumper::dump | function | core/ |
Dumps a set of routes to the router table in the database. |
NullMatcherDumper::getRoutes | function | core/ |
Gets the routes to match. |
OptimizedPhpArrayDumper | class | core/ |
OptimizedPhpArrayDumper dumps a service container as a serialized PHP array. |
OptimizedPhpArrayDumper.php | file | core/ |
|
OptimizedPhpArrayDumper::$aliases | property | core/ |
A list of container aliases. |
OptimizedPhpArrayDumper::$serialize | property | core/ |
Whether to serialize service definitions or not. |
OptimizedPhpArrayDumper::dump | function | core/ |
|
OptimizedPhpArrayDumper::dumpCallable | function | core/ |
Dumps callable to a PHP array. |
OptimizedPhpArrayDumper::dumpCollection | function | core/ |
Dumps a collection to a PHP array. |
OptimizedPhpArrayDumper::dumpMethodCalls | function | core/ |
Dumps method calls to a PHP array. |
OptimizedPhpArrayDumper::dumpValue | function | core/ |
Dumps the value to PHP array format. |
OptimizedPhpArrayDumper::escape | function | core/ |
Escapes parameters. |
OptimizedPhpArrayDumper::getAliases | function | core/ |
Gets the aliases as a PHP array. |
OptimizedPhpArrayDumper::getArray | function | core/ |
Gets the service container definition as a PHP array. |
OptimizedPhpArrayDumper::getParameterCall | function | core/ |
Gets a parameter reference in a suitable PHP array format. |
OptimizedPhpArrayDumper::getParameters | function | core/ |
Gets parameters of the container as a PHP array. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.