Search for match

  1. Search 7.x for match
  2. Search 9.5.x for match
  3. Search 8.9.x for match
  4. Search 10.3.x for match
  5. Other projects
Title Object type File name Summary
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.
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.
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.
ComponentPluginManagerTest::testMismatchingFolderName function core/tests/Drupal/KernelTests/Components/ComponentPluginManagerTest.php Test that the machine name is grabbed from the *.component.yml.
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.
ConfigActionManager::getConfigNamesMatchingExpression function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Gets the names of all active config objects that match an expression.
ConfigEntityStorageTest::testSaveMismatch function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php Tests save mismatch.
ConfigEntityStorageTest::testSaveNoMismatch function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php Tests save no mismatch.
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.
ContentTypeHeaderMatcher class core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php Filters routes based on the HTTP Content-type header.
ContentTypeHeaderMatcher.php file core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php
ContentTypeHeaderMatcher::filter function core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php Filters the route collection against a request.
ContentTypeHeaderMatcherTest class core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Confirm that the content types partial matcher is functioning properly.
ContentTypeHeaderMatcherTest.php file core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
ContentTypeHeaderMatcherTest::$fixtures property core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php A collection of shared fixture data for tests.
ContentTypeHeaderMatcherTest::$matcher property core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php The matcher object that is going to be tested.
ContentTypeHeaderMatcherTest::providerTestSafeRequestFilter function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
ContentTypeHeaderMatcherTest::setUp function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php
ContentTypeHeaderMatcherTest::testContentTypeRequestHeaderMissing function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Confirms that the matcher throws an exception for missing request header.
ContentTypeHeaderMatcherTest::testJsonRequest function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Tests that XML-restricted routes get filtered out on JSON requests.
ContentTypeHeaderMatcherTest::testNoRouteFound function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Confirms that the matcher throws an exception for no-route.
ContentTypeHeaderMatcherTest::testPostForm function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Tests route filtering on POST form submission requests.
ContentTypeHeaderMatcherTest::testSafeRequestFilter function core/tests/Drupal/Tests/Core/Routing/ContentTypeHeaderMatcherTest.php Tests that routes are not filtered on safe requests.
content_type_header_matcher service core/core.services.yml Drupal\Core\Routing\ContentTypeHeaderMatcher
ContextDefinition::dataTypeMatches function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Checks if this definition's data type matches that of the given context.
ContextHandler::getMatchingContexts function core/lib/Drupal/Core/Plugin/Context/ContextHandler.php Determines which contexts satisfy the constraints of a given definition.
ContextHandlerInterface::getMatchingContexts function core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php Determines which contexts satisfy the constraints of a given definition.
ContextHandlerTest::providerTestGetMatchingContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Provides data for testGetMatchingContexts().
ContextHandlerTest::testGetMatchingContexts function core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Tests get matching contexts.
CsrfAccessCheckTest::$routeMatch property core/tests/Drupal/Tests/Core/Access/CsrfAccessCheckTest.php The mock route match.
CurrentRouteMatch class core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Default object for current_route_match service.
CurrentRouteMatch.php file core/lib/Drupal/Core/Routing/CurrentRouteMatch.php
CurrentRouteMatch::$requestStack property core/lib/Drupal/Core/Routing/CurrentRouteMatch.php The related request stack.

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