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
HelpTopicsMerge::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/Update/HelpTopicsMerge.php Set database dump files to be used.
HelpTopicsUninstall::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/Update/HelpTopicsUninstall.php Set database dump files to be used.
KernelTestBase::setDebugDumpHandler function core/tests/Drupal/KernelTests/KernelTestBase.php Registers the dumper CLI handler when the DebugDump extension is enabled.
KernelTestBase::vfsDump function core/tests/Drupal/KernelTests/KernelTestBase.php Dumps the current state of the virtual filesystem to STDOUT.
KernelTestBaseTest::testVarDump function core/tests/Drupal/KernelTests/KernelTestBaseTest.php Tests the dump() function provided by the var-dumper Symfony component.
LayoutBuilderSettingsUpdateTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php Set database dump files to be used.
LegacyMatcherDumperTest class core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests deprecations in MatcherDumper.
LegacyMatcherDumperTest.php file core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php
LegacyMatcherDumperTest::$connection property core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php The connection.
LegacyMatcherDumperTest::$state property core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php The state.
LegacyMatcherDumperTest::setUp function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php
LegacyMatcherDumperTest::testConstructorDeprecationNoLogger function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests the constructor deprecations.
LegacyMatcherDumperTest::testConstructorDeprecationWithLegacyTableNameParam function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests the constructor deprecations.
LegacyMatcherDumperTest::testConstructorDeprecationWithLogger function core/tests/Drupal/KernelTests/Core/Routing/LegacyMatcherDumperTest.php Tests the constructor deprecations.
LocalesLocationAddIndexUpdateTest::setDatabaseDumpFiles function core/modules/locale/tests/src/Functional/LocalesLocationAddIndexUpdateTest.php Set database dump files to be used.
MailDsnSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/MailDsnSettingsUpdateTest.php Set database dump files to be used.
MatcherDumper class core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Provides a proxy class for \Drupal\Core\Routing\MatcherDumper.
MatcherDumper class core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps Route information to a database table.
MatcherDumper.php file core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
MatcherDumper.php file core/lib/Drupal/Core/Routing/MatcherDumper.php
MatcherDumper::$container property core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php The service container.
MatcherDumper::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php The id of the original proxied service.
MatcherDumper::$routes property core/lib/Drupal/Core/Routing/MatcherDumper.php The routes to be dumped.
MatcherDumper::$service property core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php The real proxied service, after it was lazy loaded.
MatcherDumper::$tableName property core/lib/Drupal/Core/Routing/MatcherDumper.php The name of the SQL table to which to dump the routes.
MatcherDumper::addRoutes function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Adds additional routes to be dumped.
MatcherDumper::addRoutes function core/lib/Drupal/Core/Routing/MatcherDumper.php Adds additional routes to be dumped.
MatcherDumper::dump function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
MatcherDumper::dump function core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps a set of routes to the router table in the database.
MatcherDumper::ensureTableExists function core/lib/Drupal/Core/Routing/MatcherDumper.php Checks if the tree table exists and create it if not.
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::$logger property core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php The logger.
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.

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