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
- 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 |
---|---|---|---|
router_test_install | function | core/ |
Implements hook_install(). |
router_test_preprocess_page | function | core/ |
Implements hook_preprocess_HOOK(). |
Routes | class | core/ |
Defines dynamic routes. |
Routes | class | core/ |
Provides dynamic routes for test purposes. |
Routes.php | file | core/ |
|
Routes.php | file | core/ |
|
Routes::$jsonApiBasePath | property | core/ |
The JSON:API base path. |
Routes::$providerIds | property | core/ |
List of providers. |
Routes::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
Routes::addRouteParameter | function | core/ |
Adds a parameter option to a route, overrides options of the same name. |
Routes::CONTROLLER_SERVICE_NAME | constant | core/ |
The service name for the primary JSON:API controller. |
Routes::create | function | core/ |
Instantiates a new instance of this class. |
Routes::dynamic | function | core/ |
|
Routes::getEntryPointRoute | function | core/ |
Provides the entry point route. |
Routes::getFileUploadRouteName | function | core/ |
Get a unique route name for the file upload resource type and route type. |
Routes::getFileUploadRoutesForResourceType | function | core/ |
Gets the file upload route collection for the given resource type. |
Routes::getIndividualRoutesForResourceType | function | core/ |
Gets a route collection for the given resource type. |
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 @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 |
RoutesTest::testRoutesIndividual | function | core/ |
@covers ::routes |
RoutesTest::testRoutesRelated | function | core/ |
@covers ::routes |
RoutesTest::testRoutesRelationships | function | core/ |
@covers ::routes |
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/ |
Builds up the routes of all views. |
RouteSubscriber | class | core/ |
Subscriber for Workspaces routes. |
RouteSubscriber | class | core/ |
Alter the 'user.pass.http' route. |
RouteSubscriber | class | core/ |
Subscriber for Field UI routes. |
RouteSubscriber | class | core/ |
Subscriber for Block content BC routes. |
RouteSubscriber.php | file | core/ |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.