Search for route
- Search 7.x for route
- Search 9.5.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 |
---|---|---|---|
ModuleRouteSubscriber::explodeString | function | core/ |
Explodes a string based on a separator. |
ModuleRouteSubscriber::__construct | function | core/ |
Constructs a ModuleRouteSubscriber object. |
ModuleRouteSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\ModuleRouteSubscriber @group EventSubscriber |
ModuleRouteSubscriberTest.php | file | core/ |
|
ModuleRouteSubscriberTest::$moduleHandler | property | core/ |
The mock module handler. |
ModuleRouteSubscriberTest::providerTestRemoveRoute | function | core/ |
Data provider for testRemoveRoute(). |
ModuleRouteSubscriberTest::setUp | function | core/ |
|
ModuleRouteSubscriberTest::testRemoveRoute | function | core/ |
Tests that removeRoute() removes routes when the module is not enabled. |
NoBigPipeRouteAlterSubscriber | class | core/ |
Sets the '_no_big_pipe' option on select routes. |
NoBigPipeRouteAlterSubscriber.php | file | core/ |
|
NoBigPipeRouteAlterSubscriber::getSubscribedEvents | function | core/ |
|
NoBigPipeRouteAlterSubscriber::onRoutingRouteAlterSetNoBigPipe | function | core/ |
Alters select routes to have the '_no_big_pipe' option. |
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/ |
Alters existing routes for a specific collection. |
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. |
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/ |
Gets all available contexts for the purposes of configuration. |
NodeRouteContext::getRuntimeContexts | function | core/ |
Gets runtime context values for the given context IDs. |
NodeRouteContext::__construct | function | core/ |
Constructs a new NodeRouteContext. |
NodeRouteProvider | class | core/ |
Provides routes for nodes. |
NodeRouteProvider.php | file | core/ |
|
NodeRouteProvider::getRoutes | function | core/ |
Provides routes for entities. |
None::alterRouteDefinition | function | core/ |
Allows access plugins to alter the route definition of a view. |
NullGenerator::getInternalPathFromRoute | function | core/ |
Gets the path of a route. |
NullGenerator::getRoute | function | core/ |
Methods generate(), generateFromRoute() and getPathFromRoute() all call this protected method. |
NullGenerator::processRoute | function | core/ |
Passes the route to the processor manager for altering before compilation. |
NullMatcherDumper::$routes | property | core/ |
The routes to be dumped. |
NullMatcherDumper::addRoutes | function | core/ |
Adds additional routes to be dumped. |
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. |
OptionsRequestSubscriber::$routeProvider | property | core/ |
The route provider. |
OptionsRequestSubscriberTest::testWithoutMatchingRoutes | function | core/ |
@covers ::onRequest |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.