Search for dump

  1. Search 7.x for dump
  2. Search 8.9.x for dump
  3. Search 10.3.x for dump
  4. Search 11.x for dump
  5. Other projects
Title Object type File name Summary
MatcherDumper::getRoutes function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
MatcherDumper::getRoutes function core/lib/Drupal/Core/Routing/MatcherDumper.php Gets the routes to match.
MatcherDumper::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Lazy loads the real service from the container.
MatcherDumper::schemaDefinition function core/lib/Drupal/Core/Routing/MatcherDumper.php Defines the schema for the router table.
MatcherDumper::__construct function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Constructs a ProxyClass Drupal proxy object.
MatcherDumper::__construct function core/lib/Drupal/Core/Routing/MatcherDumper.php Construct the MatcherDumper.
MatcherDumperInterface interface core/lib/Drupal/Core/Routing/MatcherDumperInterface.php Extends the symfony matcher dumper interface with an addRoutes method.
MatcherDumperInterface.php file core/lib/Drupal/Core/Routing/MatcherDumperInterface.php
MatcherDumperInterface::addRoutes function core/lib/Drupal/Core/Routing/MatcherDumperInterface.php Adds additional routes to be dumped.
MatcherDumperTest class core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php Confirm that the matcher dumper is functioning properly.
MatcherDumperTest.php file core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php
MatcherDumperTest::$fixtures property core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php A collection of shared fixture data for tests.
MatcherDumperTest::$state property core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php The state.
MatcherDumperTest::setUp function core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php
MatcherDumperTest::testAddAdditionalRoutes function core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php Confirms that we can add routes to the dumper when it already has some.
MatcherDumperTest::testAddRoutes function core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php Confirms that we can add routes to the dumper.
MatcherDumperTest::testCreate function core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php Confirms that the dumper can be instantiated successfully.
MatcherDumperTest::testDump function core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php Confirm that we can dump a route collection to the database.
MatcherDumperTest::testMenuMasksGeneration function core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php Tests the determination of the masks generation.
MigrateDrupalUpdateTest::setDatabaseDumpFiles function core/modules/migrate_drupal/tests/src/Functional/MigrateDrupalUpdateTest.php Set database dump files to be used.
MigrateDumpAlterInterface interface core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateDumpAlterInterface.php file core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php
MigrateDumpAlterInterface::migrateDumpAlter function core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFileTest::migrateDumpAlter function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php Allows tests to alter dumps after they have loaded.
MigrateFilterFormatTest::migrateDumpAlter function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php Allows tests to alter dumps after they have loaded.
MigrateLanguageContentCommentSettingsNoEntityTranslationTest::migrateDumpAlter function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php Allows tests to alter dumps after they have loaded.
Mysql8RequirePrimaryKeyUpdateTest::setDatabaseDumpFiles function core/modules/user/tests/src/Functional/Mysql8RequirePrimaryKeyUpdateTest.php Set database dump files to be used.
NodeContentTranslationUpdateTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/NodeContentTranslationUpdateTest.php Set database dump files to be used.
NullMatcherDumper class core/lib/Drupal/Core/Routing/NullMatcherDumper.php Does not dump Route information.
NullMatcherDumper.php file core/lib/Drupal/Core/Routing/NullMatcherDumper.php
NullMatcherDumper::$routes property core/lib/Drupal/Core/Routing/NullMatcherDumper.php The routes to be dumped.
NullMatcherDumper::addRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Adds additional routes to be dumped.
NullMatcherDumper::dump function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Dumps a set of routes to the router table in the database.
NullMatcherDumper::getRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Gets the routes to match.
OptimizedPhpArrayDumper class core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php OptimizedPhpArrayDumper dumps a service container as a serialized PHP array.
OptimizedPhpArrayDumper.php file core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php
OptimizedPhpArrayDumper::$aliases property core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php A list of container aliases.
OptimizedPhpArrayDumper::$serialize property core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Whether to serialize service definitions or not.
OptimizedPhpArrayDumper::dump function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php
OptimizedPhpArrayDumper::dumpCallable function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps callable to a PHP array.
OptimizedPhpArrayDumper::dumpCollection function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps a collection to a PHP array.
OptimizedPhpArrayDumper::dumpMethodCalls function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps method calls to a PHP array.
OptimizedPhpArrayDumper::dumpValue function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps the value to PHP array format.
OptimizedPhpArrayDumper::escape function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Escapes parameters.
OptimizedPhpArrayDumper::getAliases function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets the aliases as a PHP array.
OptimizedPhpArrayDumper::getArray function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets the service container definition as a PHP array.
OptimizedPhpArrayDumper::getParameterCall function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a parameter reference in a suitable PHP array format.
OptimizedPhpArrayDumper::getParameters function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets parameters of the container as a PHP array.

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