Search for route
- Search 7.x for route
- Search 9.5.x for route
- Search 8.9.x for route
- Search 10.3.x for route
- Search 11.x for route
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Route | class | core/ |
Sets the destination route information based on the source link_path. |
| Route | class | core/ |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| node.admin_path.route_subscriber | service | core/ |
Drupal\node\EventSubscriber\NodeAdminRouteSubscriber |
| node.node_route_context | service | core/ |
Drupal\node\ContextProvider\NodeRouteContext |
| node.route_subscriber | service | core/ |
Drupal\node\Routing\RouteSubscriber |
| Node::$routeMatch | property | core/ |
The route match. |
| NodeAdminRouteSubscriber | class | core/ |
Sets the _admin_route for specific node-related routes. |
| NodeAdminRouteSubscriber.php | file | core/ |
|
| NodeAdminRouteSubscriber::$configFactory | property | core/ |
The config factory. |
| NodeAdminRouteSubscriber::$routerBuilder | property | core/ |
The router builder. |
| NodeAdminRouteSubscriber::alterRoutes | function | core/ |
|
| NodeAdminRouteSubscriber::getSubscribedEvents | function | core/ |
|
| NodeAdminRouteSubscriber::onConfigSave | function | core/ |
Rebuilds the router when node.settings:use_admin_theme is changed. |
| NodeAdminRouteSubscriber::__construct | function | core/ |
Constructs a new NodeAdminRouteSubscriber. |
| NodeAliasedRouteTest | class | core/ |
Tests aliased Node routes. |
| NodeAliasedRouteTest.php | file | core/ |
|
| NodeAliasedRouteTest::$modules | property | core/ |
|
| NodeAliasedRouteTest::setUp | function | core/ |
|
| NodeAliasedRouteTest::testNodeAddPageRouteAlias | function | core/ |
Test URL generation using node.add_page matches entity.node.add_page. |
| NodeAliasedRouteTest::testNodeAddRouteAlias | function | core/ |
Test URL generation using node.add matches entity.node.add_form. |
| NodeRouteContext | class | core/ |
Sets the current node as a context on node routes. |
| NodeRouteContext.php | file | core/ |
|
| NodeRouteContext::$routeMatch | property | core/ |
The route match object. |
| NodeRouteContext::getAvailableContexts | function | core/ |
|
| NodeRouteContext::getRuntimeContexts | function | core/ |
|
| NodeRouteContext::__construct | function | core/ |
Constructs a new NodeRouteContext. |
| NodeRouteProvider | class | core/ |
Provides routes for nodes. |
| NodeRouteProvider.php | file | core/ |
|
| NodeRouteProvider::getAddFormRoute | function | core/ |
|
| NodeRouteProvider::getAddPageRoute | function | core/ |
|
| NodeRouteProvider::getCanonicalRoute | function | core/ |
|
| NodeRouteProvider::getDeleteFormRoute | function | core/ |
|
| NodeRouteProvider::getEditFormRoute | function | core/ |
|
| NodeRouteProvider::getRoutes | function | core/ |
|
| None::alterRouteDefinition | function | core/ |
|
| NullGenerator::getInternalPathFromRoute | function | core/ |
|
| NullGenerator::getRoute | function | core/ |
Methods generate(), generateFromRoute() and getPathFromRoute() all call this protected method. |
| NullGenerator::processRoute | function | core/ |
|
| NullMatcherDumper::$routes | property | core/ |
The routes to be dumped. |
| NullMatcherDumper::addRoutes | function | core/ |
|
| 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/ |
|
| NullRouteMatch::getParameters | function | core/ |
|
| NullRouteMatch::getRawParameter | function | core/ |
|
| NullRouteMatch::getRawParameters | function | core/ |
|
| NullRouteMatch::getRouteName | function | core/ |
|
| NullRouteMatch::getRouteObject | function | core/ |
|
| OptionsRequestSubscriber::$routeProvider | property | core/ |
The route provider. |
| OptionsRequestSubscriberTest::testWithoutMatchingRoutes | function | core/ |
Tests without matching routes. |
| OutboundRouteProcessorInterface | interface | core/ |
Defines an interface for classes that process the outbound route. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.