Search for match

  1. Search 7.x for match
  2. Search 9.5.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
AcceptHeaderMatcher class core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php Filters routes based on the media type specified in the HTTP Accept headers.
AcceptHeaderMatcher.php file core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php
AcceptHeaderMatcher::filter function core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php
AcceptHeaderMatcherTest class core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Confirm that the mime types partial matcher is functioning properly.
AcceptHeaderMatcherTest.php file core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php
AcceptHeaderMatcherTest::$fixtures property core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php A collection of shared fixture data for tests.
AcceptHeaderMatcherTest::$matcher property core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php The matcher object that is going to be tested.
AcceptHeaderMatcherTest::acceptFilterProvider function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Provides data for the Accept header filtering test.
AcceptHeaderMatcherTest::setUp function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php
AcceptHeaderMatcherTest::testAcceptFiltering function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Tests that requests using Accept headers get filtered correctly.
AcceptHeaderMatcherTest::testNoRouteFound function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Confirms that the AcceptHeaderMatcher throws an exception for no-route.
accept_header_matcher service core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml Drupal\accept_header_routing_test\Routing\AcceptHeaderMatcher
AccessAwareRouter::match function core/lib/Drupal/Core/Routing/AccessAwareRouter.php
AccessAwareRouter::matchRequest function core/lib/Drupal/Core/Routing/AccessAwareRouter.php
AccessAwareRouterInterface::match function core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
AccessAwareRouterInterface::matchRequest function core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
AccessAwareRouterTest::testMatchRequestAllowed function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Tests the matchRequest() function for access allowed.
AccessAwareRouterTest::testMatchRequestDenied function core/tests/Drupal/Tests/Core/Routing/AccessAwareRouterTest.php Tests the matchRequest() function for access denied.
ActiveLinkResponseFilter::$pathMatcher property core/lib/Drupal/Core/EventSubscriber/ActiveLinkResponseFilter.php The path matcher.
AdminContext::$routeMatch property core/lib/Drupal/Core/Routing/AdminContext.php The route match.
AliasManagerTest::testGetAliasByPathCachedMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that is preloaded.
AliasManagerTest::testGetAliasByPathMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has a matching alias.
AliasManagerTest::testGetAliasByPathNoMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getAliasByPath method for a path that has no matching alias.
AliasManagerTest::testGetPathByAliasMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method for an alias that have a matching path.
AliasManagerTest::testGetPathByAliasNoMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method for an alias that have no matching path.
AliasRepository::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasRepository.php Check if any alias exists starting with $initial_substring.
AliasRepositoryInterface::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasRepositoryInterface.php Check if any alias exists starting with $initial_substring.
AliasStorage::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorage.php Check if any alias exists starting with $initial_substring.
AliasStorageInterface::pathHasMatchingAlias function core/lib/Drupal/Core/Path/AliasStorageInterface.php Check if any alias exists starting with $initial_substring.
argument_resolver.route_match service core/core.services.yml Drupal\Core\Controller\ArgumentResolver\RouteMatchValueResolver
BigPipeStrategy::$routeMatch property core/modules/big_pipe/src/Render/Placeholder/BigPipeStrategy.php The current route match.
BlockLibraryController::$routeMatch property core/modules/block/src/Controller/BlockLibraryController.php The route match.
CommentDefaultFormatter::$routeMatch property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
CommentNameConstraint::$messageMatch property core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php Message shown when the name doesn't match the author's name.
Condition::match function core/lib/Drupal/Core/Config/Entity/Query/Condition.php Perform the actual matching.
Condition::matchArray function core/lib/Drupal/Core/Config/Entity/Query/Condition.php Matches for an array representing one or more config paths.
ConfigEntityMapper::populateFromRouteMatch function core/modules/config_translation/src/ConfigEntityMapper.php Populate the config mapper with route match data.
ConfigEntityStorageTest::testSaveMismatch function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityStorageTest::testSaveNoMismatch function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigImporterTest::testInstallProfileMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests install profile validation during configuration import.
ConfigInstallTest::testIdMisMatch function core/tests/Drupal/KernelTests/Core/Config/ConfigInstallTest.php Tests installing configuration where the filename and ID do not match.
ConfigMapperInterface::populateFromRouteMatch function core/modules/config_translation/src/ConfigMapperInterface.php Populate the config mapper with route match data.
ConfigMapperPopulateEvent::$routeMatch property core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php The route match this event is related to.
ConfigMapperPopulateEvent::getRouteMatch function core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php Gets the route match this event is related to.
ConfigNamesMapper::populateFromRouteMatch function core/modules/config_translation/src/ConfigNamesMapper.php Populate the config mapper with route match data.
ConfigNamesMapperTest::testPopulateFromRouteMatch function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::populateFromRouteMatch().
ConfigTranslationOverviewAccess::getMapperFromRouteMatch function core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php Gets a configuration mapper using a route match.
config_test.dynamic.no_id_match.yml file core/modules/config/tests/config_test_id_mismatch/config/install/config_test.dynamic.no_id_match.yml core/modules/config/tests/config_test_id_mismatch/config/install/config_test.dynamic.no_id_match.yml
config_test_id_mismatch.info.yml file core/modules/config/tests/config_test_id_mismatch/config_test_id_mismatch.info.yml core/modules/config/tests/config_test_id_mismatch/config_test_id_mismatch.info.yml
ContentPreprocess::$routeMatch property core/modules/content_moderation/src/ContentPreprocess.php The route match service.

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