Search for match
| Title | Object type | File name | Summary |
|---|---|---|---|
| MatcherDumper::getRoutes | function | core/ |
|
| MatcherDumper::getRoutes | function | core/ |
Gets the routes to match. |
| MatcherDumper::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| MatcherDumper::schemaDefinition | function | core/ |
Defines the schema for the router table. |
| MatcherDumper::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| MatcherDumper::__construct | function | core/ |
Construct the MatcherDumper. |
| MatcherDumperInterface | interface | core/ |
Extends the symfony matcher dumper interface with an addRoutes method. |
| MatcherDumperInterface.php | file | core/ |
|
| MatcherDumperInterface::addRoutes | function | core/ |
Adds additional routes to be dumped. |
| MatcherDumperTest | class | core/ |
Confirm that the matcher dumper is functioning properly. |
| MatcherDumperTest.php | file | core/ |
|
| MatcherDumperTest::$fixtures | property | core/ |
A collection of shared fixture data for tests. |
| MatcherDumperTest::$logger | property | core/ |
The logger. |
| MatcherDumperTest::$state | property | core/ |
The state. |
| MatcherDumperTest::setUp | function | core/ |
|
| MatcherDumperTest::testAddAdditionalRoutes | function | core/ |
Confirms that we can add routes to the dumper when it already has some. |
| 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. |
| MenuTestController::$routeMatch | property | core/ |
The active route match. |
| MethodFilterTest::testWithAllowedMethodAndMultipleMatchingRoutes | function | core/ |
@covers ::filter[[api-linebreak]] |
| 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/ |
@covers ::onRequest[[api-linebreak]] |
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.