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