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 |
|---|---|---|---|
| MatcherDumperTest::testAddRoutes | function | core/ |
Confirms that we can add routes to the dumper. |
| MatcherDumperTest::testCreate | function | core/ |
Confirms that the dumper can be instantiated successfully. |
| MatcherDumperTest::testDump | function | core/ |
Confirm that we can dump a route collection to the database. |
| MatcherDumperTest::testMenuMasksGeneration | function | core/ |
Tests the determination of the masks generation. |
| MatchingRouteNotFoundException | class | core/ |
No matching route was found. |
| MatchingRouteNotFoundException.php | file | core/ |
|
| MenuActiveTrail::$routeMatch | property | core/ |
The route match object for the current page. |
| MenuActiveTrailTest::$currentRouteMatch | property | core/ |
The current route match service. |
| MenuActiveTrailTest::$pathMatcher | property | core/ |
The mocked path matcher. |
| MenuTestController::$routeMatch | property | core/ |
The active route match. |
| MethodFilterTest::testWithAllowedMethodAndMultipleMatchingRoutes | function | core/ |
Tests with allowed method and multiple matching routes. |
| MockController::getControllerWithRequestAndRouteMatch | function | core/ |
|
| MockControllerPsr7::getControllerWithRequestAndRouteMatch | function | core/ |
|
| MockMatcher | class | core/ |
A mock matcher that can be configured with any matching logic for testing. |
| MockMatcher.php | file | core/ |
|
| MockMatcher::$matcher | property | core/ |
The matcher being tested. |
| MockMatcher::matchRequest | function | core/ |
|
| MockMatcher::__construct | function | core/ |
Constructs a MockMatcher object. |
| Node::$routeMatch | property | core/ |
The route match. |
| NodeRouteContext::$routeMatch | property | core/ |
The route match object. |
| NullMatcherDumper | class | core/ |
Does not dump Route information. |
| NullMatcherDumper.php | file | core/ |
|
| NullMatcherDumper::$routes | property | core/ |
The routes to be dumped. |
| NullMatcherDumper::addRoutes | function | core/ |
Adds additional routes to be dumped. |
| NullMatcherDumper::dump | function | core/ |
Dumps a set of routes to the router table in the database. |
| NullMatcherDumper::getRoutes | function | core/ |
Gets the routes to match. |
| 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 |
| PathBasedBreadcrumbBuilder::$pathMatcher | property | core/ |
The patch matcher service. |
| PathBasedBreadcrumbBuilderTest::$pathMatcher | property | core/ |
The mocked path matcher service. |
| PathBasedBreadcrumbBuilderTest::$requestMatcher | property | core/ |
The request matching mock object. |
| 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. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.