Search for match

  1. Search 7.x for match
  2. Search 8.9.x for match
  3. Search 10.3.x for match
  4. Search 11.x for match
  5. Other projects
Title Object type File name Summary
InspectorTest::testAssertAllRegularExpressionMatch function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting regular expression match.
InstallerExistingConfigSyncDirectoryProfileMismatchTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php Verifies that installing from existing configuration works.
InstallerExistingConfigSyncDirectoryProfileMismatchTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php
InstallerExistingConfigSyncDirectoryProfileMismatchTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php The theme to install as the default for testing.
InstallerExistingConfigSyncDirectoryProfileMismatchTest::$existingSyncDirectory property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php @todo
InstallerExistingConfigSyncDirectoryProfileMismatchTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php This is set by the profile in the core.extension extracted.
InstallerExistingConfigSyncDirectoryProfileMismatchTest::getConfigTarball function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php Gets the filepath to the configuration tarball.
InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php Installer step: Configure settings.
InstallerExistingConfigSyncDirectoryProfileMismatchTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php Final installer step: Configure site.
InstallerExistingConfigSyncDirectoryProfileMismatchTest::testConfigSync function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php Tests that profile mismatch fails to install.
IsFrontPathCacheContext::$pathMatcher property core/lib/Drupal/Core/Cache/Context/IsFrontPathCacheContext.php
IsFrontPathCacheContextTest::createPathMatcher function core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php Creates a PathMatcherInterface prophecy.
LanguageBlock::$pathMatcher property core/modules/language/src/Plugin/Block/LanguageBlock.php The path matcher.
LanguageNegotiationUserAdmin::$stackedRouteMatch property core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php The stacked route match.
LayoutBuilderBreadcrumbAlterTest::testBreadcrumbAlterNullRouteMatch function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php Check that there are no errors when alter called with null route match.
LayoutBuilderIsActiveCacheContext::$routeMatch property core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php The current route match.
LocalActionManager::$routeMatch property core/lib/Drupal/Core/Menu/LocalActionManager.php The current route match.
LocalActionsBlock::$routeMatch property core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php The route match.
LocalTaskManager::$routeMatch property core/lib/Drupal/Core/Menu/LocalTaskManager.php The current route match.
LocalTaskManagerTest::$routeMatch property core/tests/Drupal/Tests/Core/Menu/LocalTaskManagerTest.php The route match.
LocalTasksBlock::$routeMatch property core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php The route match.
MainContentViewSubscriber::$routeMatch property core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php The current route match.
MatcherDumper class core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps Route information to a database table.
MatcherDumper class core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Provides a proxy class for \Drupal\Core\Routing\MatcherDumper.
MatcherDumper.php file core/lib/Drupal/Core/Routing/MatcherDumper.php
MatcherDumper.php file core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
MatcherDumper::$connection property core/lib/Drupal/Core/Routing/MatcherDumper.php The database connection to which to dump route information.
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::$state property core/lib/Drupal/Core/Routing/MatcherDumper.php The state.
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/Routing/MatcherDumper.php Adds additional routes to be dumped.
MatcherDumper::addRoutes function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php Adds additional routes to be dumped.
MatcherDumper::dump function core/lib/Drupal/Core/Routing/MatcherDumper.php Dumps a set of routes to the router table in the database.
MatcherDumper::dump function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
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/Routing/MatcherDumper.php Gets the routes to match.
MatcherDumper::getRoutes function core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
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.

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