Search for routes
- Search 7.x for routes
- Search 9.5.x for routes
- Search 10.3.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 |
---|---|---|---|
RouteProvider::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProvider::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProvider::getRoutesCount | function | core/ |
|
RouteProvider::getRoutesCount | function | core/ |
|
RouteProvider::getRoutesPaged | function | core/ |
|
RouteProvider::getRoutesPaged | function | core/ |
|
RouteProvider::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
RouteProvider::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
RouteProviderInterface::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProviderInterface::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProviderLazyBuilder::getAllRoutes | function | core/ |
Returns all the routes on the system. |
RouteProviderLazyBuilder::getRoutesByNames | function | core/ |
|
RouteProviderLazyBuilder::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProviderLazyBuilder::getRoutesCount | function | core/ |
|
RouteProviderLazyBuilder::getRoutesPaged | function | core/ |
|
RouteProviderLazyBuilder::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
RouteProviderTest::testAdminHtmlRoutes | function | core/ |
@covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getEditFormRoute @covers \Drupal\Core\Entity\Routing\AdminHtmlRouteProvider::getDeleteFormRoute |
RouteProviderTest::testGetRoutesByPatternWithLongPatterns | function | core/ |
Ensures that the routing system is capable of extreme long patterns. |
RouteProviderTest::testGetRoutesPaged | function | core/ |
Tests getRoutesPaged(). |
RouteProviderTest::testHtmlRoutes | function | core/ |
@covers \Drupal\Core\Entity\Routing\DefaultHtmlRouteProvider::getRoutes |
RouterTest::testDynamicRoutes | function | core/ |
Checks that dynamically defined and altered routes work correctly. |
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. |
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.