Search for routes
- Search 7.x for routes
- Search 9.5.x for routes
- Search 8.9.x for routes
- Search 11.x for routes
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Routes | class | core/ |
Defines dynamic routes. |
| Routes | class | core/ |
Provides dynamic routes for test purposes. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| Routes::getResourceTypeNameFromParameters | function | core/ |
Gets the resource type from a route or request's parameters. |
| Routes::getRouteName | function | core/ |
Get a unique route name for the JSON:API resource type and route type. |
| Routes::getRoutesForResourceType | function | core/ |
Gets applicable resource routes for a JSON:API resource type. |
| Routes::hasNonInternalFileTargetResourceTypes | function | core/ |
Determines if an array of resource types lists non-internal "file" ones. |
| Routes::hasNonInternalTargetResourceTypes | function | core/ |
Determines if an array of resource types has any non-internal ones. |
| Routes::isJsonApiRequest | function | core/ |
Determines if the given request is for a JSON:API generated route. |
| Routes::JSON_API_ROUTE_FLAG_KEY | constant | core/ |
A key with which to flag a route as belonging to the JSON:API module. |
| Routes::rebuild | function | core/ |
Invalidates any JSON:API resource type dependent responses and routes. |
| Routes::RESOURCE_TYPE_KEY | constant | core/ |
The route default key for the route's resource type information. |
| Routes::routes | function | core/ |
|
| Routes::__construct | function | core/ |
Instantiates a Routes object. |
| RoutesTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Routing\Routes[[api-linebreak]] @group jsonapi |
| RoutesTest.php | file | core/ |
|
| RoutesTest::$routes | property | core/ |
List of routes objects for the different scenarios. |
| RoutesTest::expectedRoutes | function | core/ |
Lists routes which should have been created. |
| RoutesTest::notExpectedRoutes | function | core/ |
Lists routes which should have been created. |
| RoutesTest::setUp | function | core/ |
|
| RoutesTest::testInternalRoutes | function | core/ |
Ensures that no routes are created for internal resources. |
| RoutesTest::testRoutes | function | core/ |
Ensures that the expected routes are created or not created. |
| RoutesTest::testRoutesCollection | function | core/ |
@covers ::routes[[api-linebreak]] |
| RoutesTest::testRoutesIndividual | function | core/ |
@covers ::routes[[api-linebreak]] |
| RoutesTest::testRoutesRelated | function | core/ |
@covers ::routes[[api-linebreak]] |
| RoutesTest::testRoutesRelationships | function | core/ |
@covers ::routes[[api-linebreak]] |
| RouteSubscriber | class | core/ |
Listens to the dynamic route events. |
| RouteSubscriber | class | core/ |
Listens to the dynamic route events. |
| RouteSubscriber | class | core/ |
Subscriber for media library routes. |
| RouteSubscriber | class | core/ |
Listens to the dynamic route events. |
| RouteSubscriber | class | core/ |
Alter the 'user.pass.http' route. |
| RouteSubscriber | class | core/ |
Builds up the routes of all views. |
| RouteSubscriber | class | core/ |
Subscriber for Field UI routes. |
| RouteSubscriber | class | core/ |
Subscriber for Block content BC routes. |
| RouteSubscriber.php | file | core/ |
|
| RouteSubscriber.php | file | core/ |
|
| RouteSubscriber.php | file | core/ |
|
| RouteSubscriber.php | file | core/ |
|
| RouteSubscriber.php | file | core/ |
|
| RouteSubscriber.php | file | core/ |
|
| RouteSubscriber.php | file | core/ |
|
| RouteSubscriber.php | file | core/ |
|
| RouteSubscriber::$basePath | property | core/ |
The current base path. |
| RouteSubscriber::$basePathBc | property | core/ |
The BC base path. |
| RouteSubscriber::$collection | property | core/ |
The route collection for adding routes. |
| RouteSubscriber::$controller | property | core/ |
The redirect controller. |
| RouteSubscriber::$entityTypeManager | property | core/ |
The entity type manager service. |
| RouteSubscriber::$entityTypeManager | property | core/ |
The entity type manager service. |
| RouteSubscriber::$mapperManager | property | core/ |
The mapper plugin discovery service. |
| RouteSubscriber::$moduleHandler | property | core/ |
The module handler. |
| RouteSubscriber::$state | property | core/ |
The state key value store. |
| RouteSubscriber::$viewRouteNames | property | core/ |
Stores an array of route names keyed by view_id.display_id. |
| RouteSubscriber::$viewsDisplayPairs | property | core/ |
Stores a list of view,display IDs which haven't be used in the alter event. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.