Search for match
- Search 7.x for match
- Search 9.5.x for match
- Search 8.9.x for match
- Search 10.3.x for match
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NullRouteMatch | class | core/ |
Stub implementation of RouteMatchInterface for when there's no matched route. |
NullRouteMatch.php | file | core/ |
|
NullRouteMatch::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
NullRouteMatch::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
NullRouteMatch::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
NullRouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
NullRouteMatch::getRouteName | function | core/ |
Returns the route name. |
NullRouteMatch::getRouteObject | function | core/ |
Returns the route object. |
OptionsRequestSubscriberTest::testWithoutMatchingRoutes | function | core/ |
Tests without matching routes. |
PageDisplayVariantSelectionEvent::$routeMatch | property | core/ |
The current route match. |
PageDisplayVariantSelectionEvent::getRouteMatch | function | core/ |
Gets the current route match. |
path.matcher | service | core/ |
Drupal\Core\Path\PathMatcher |
PathElement::validateMatchedPath | function | core/ |
Form element validation handler for matched_path elements. |
PathMatcher | class | core/ |
Provides a path matcher. |
PathMatcher.php | file | core/ |
|
PathMatcher::$configFactory | property | core/ |
The config factory service. |
PathMatcher::$frontPage | property | core/ |
The default front page. |
PathMatcher::$isCurrentFrontPage | property | core/ |
Whether the current page is the front page. |
PathMatcher::$regexes | property | core/ |
The cache of regular expressions. |
PathMatcher::$routeMatch | property | core/ |
The current route match. |
PathMatcher::getFrontPagePath | function | core/ |
Gets the current front page path. |
PathMatcher::isFrontPage | function | core/ |
Checks if the current page is the front page. |
PathMatcher::matchPath | function | core/ |
Checks if a path matches any pattern in a set of patterns. |
PathMatcher::__construct | function | core/ |
Creates a new PathMatcher. |
PathMatcherInterface | interface | core/ |
Provides an interface for URL path matchers. |
PathMatcherInterface.php | file | core/ |
|
PathMatcherInterface::isFrontPage | function | core/ |
Checks if the current page is the front page. |
PathMatcherInterface::matchPath | function | core/ |
Checks if a path matches any pattern in a set of patterns. |
PathMatcherTest | class | core/ |
Tests Drupal\Core\Path\PathMatcher. |
PathMatcherTest.php | file | core/ |
|
PathMatcherTest::$pathMatcher | property | core/ |
The path matcher under test. |
PathMatcherTest::getMatchPathData | function | core/ |
Provides test path data. |
PathMatcherTest::setUp | function | core/ |
|
PathMatcherTest::testMatchPath | function | core/ |
Tests that standard paths works with multiple patterns. |
PhpSelection::matchLabel | function | core/ |
Matches an entity label to an input string. |
ResettableStackedRouteMatchInterface | interface | core/ |
Defines an interface for a resettable stack of route matches. |
ResettableStackedRouteMatchInterface.php | file | core/ |
|
ResettableStackedRouteMatchInterface::resetRouteMatch | function | core/ |
Resets the route match static cache. |
RevisionDeleteForm::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
RevisionRevertForm::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
RouteCacheContext::$routeMatch | property | core/ |
The route match. |
RouteMatch | class | core/ |
Default object representing the results of routing. |
RouteMatch.php | file | core/ |
|
RouteMatch::$parameters | property | core/ |
A key|value store of parameters. |
RouteMatch::$rawParameters | property | core/ |
A key|value store of raw parameters. |
RouteMatch::$route | property | core/ |
The route. |
RouteMatch::$routeName | property | core/ |
The route name. |
RouteMatch::createFromRequest | function | core/ |
Creates a RouteMatch from a request. |
RouteMatch::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
RouteMatch::getParameterNames | function | core/ |
Returns the names of all parameters for the currently matched route. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.