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 11.x for match
  5. Other projects
Title Object type File name Summary
RouteMatchTestBase::testGetParameter function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getParameter[[api-linebreak]]
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetParameters function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getParameters[[api-linebreak]]
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRawParameter function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRawParameter[[api-linebreak]]
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRawParameters function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRawParameters[[api-linebreak]]
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRouteName function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRouteName[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRouteObject function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRouteObject[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchValueResolver class core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php Yields a RouteMatch object based on the request object passed along.
RouteMatchValueResolver.php file core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
RouteMatchValueResolver::resolve function core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
RouteMatchValueResolver::supports function core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php
RouteProcessorCurrent::$routeMatch property core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php The current route match.
RouteProviderTest::testExactPathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes with the exact incoming path.
RouteProviderTest::testOutlinePathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find multiple routes that match the request equally.
RouteProviderTest::testOutlinePathMatchTrailingSlash function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that a trailing slash on the request does not result in a 404.
RouteProviderTest::testOutlinePathMatchZero function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests a route with a 0 as value.
RouteProviderTest::testOutlinePathNoMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that an exception is thrown when no matching path is found.
Router::doMatchCollection function core/lib/Drupal/Core/Routing/Router.php Tries to match a URL with a set of routes.
Router::match function core/lib/Drupal/Core/Routing/Router.php
Router::matchCollection function core/lib/Drupal/Core/Routing/Router.php
Router::matchRequest function core/lib/Drupal/Core/Routing/Router.php
RouterTest::testMatchesWithDifferentFitOrder function core/tests/Drupal/Tests/Core/Routing/RouterTest.php @covers ::applyFitOrder[[api-linebreak]]
RouterTest::testRouterMatching function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests that a page trying to match a path will succeed.
SecurityAdvisoriesFetcher::getMatchingExtensionInfo function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets the information for an extension affected by the security advisory.
SecurityAdvisoriesFetcher::matchesExistingVersion function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Determines if an advisory matches the existing version of a project.
StackedRouteMatchInterface interface core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Defines an interface for a stack of route matches.
StackedRouteMatchInterface.php file core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
StackedRouteMatchInterface::getCurrentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Gets the current route match.
StackedRouteMatchInterface::getMasterRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Gets the master route match..
StackedRouteMatchInterface::getParentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns the parent route match of the current.
StackedRouteMatchInterface::getRouteMatchFromRequest function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns a route match from a given request, if possible.
SystemBreadcrumbBlock::$routeMatch property core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php The current route match.
TaggedHandlersPassTest::testProcessInterfaceMismatch function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests interface validation in non-production environment.
TermRouteContext::$routeMatch property core/modules/taxonomy/src/ContextProvider/TermRouteContext.php The route match object.
ThemeTestSubscriber::$currentRouteMatch property core/modules/system/tests/modules/theme_test/src/EventSubscriber/ThemeTestSubscriber.php The current route match.
Tid::$routeMatch property core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The route match.
Tour::hasMatchingRoute function core/modules/tour/src/Entity/Tour.php
TourInterface::hasMatchingRoute function core/modules/tour/src/TourInterface.php Whether the tour matches a given set of route parameters.
TourTest::testHasMatchingRoute function core/modules/tour/tests/src/Unit/Entity/TourTest.php Tests \Drupal\tour\Entity\Tour::hasMatchingRoute().
UpdateKernel::setupRequestMatch function core/lib/Drupal/Core/Update/UpdateKernel.php Set up the request with fake routing data for update.php.
UpdateSemverCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php Ensures proper results where there are date mismatches among modules.
Url::fromRouteMatch function core/lib/Drupal/Core/Url.php Creates a new URL object from a route match.
UrlMatcher class core/lib/Drupal/Core/Routing/UrlMatcher.php Drupal-specific URL Matcher; handles the Drupal "system path" mapping.
UrlMatcher.php file core/lib/Drupal/Core/Routing/UrlMatcher.php
UrlMatcher::$currentPath property core/lib/Drupal/Core/Routing/UrlMatcher.php The current path.
UrlMatcher::finalMatch function core/lib/Drupal/Core/Routing/UrlMatcher.php
UrlMatcher::getAttributes function core/lib/Drupal/Core/Routing/UrlMatcher.php

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