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 |
---|---|---|---|
rest.resource_routes | service | core/ |
Drupal\rest\Routing\ResourceRoutes |
RestExport::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
RevisionHtmlRouteProvider::getRoutes | function | core/ |
Provides routes for entities. |
RevisionRouteProviderTest::providerOperationAccessRevisionRoutes | function | core/ |
Data provider for testOperationAccessRevisionRoutes. |
RevisionRouteProviderTest::testOperationAccessRevisionRoutes | function | core/ |
Tests revision access is granted by entity operations. |
RouteBuilderTest::testRebuildWithProviderBasedRoutes | function | core/ |
Tests the rebuild with routes provided by a callback. |
RouteBuilderTest::testRebuildWithStaticModuleRoutes | function | core/ |
Tests that provided routes by a module is put into the dumper/dispatcher. |
RoutePreloader::$nonAdminRoutesOnRebuild | property | core/ |
Contains the non-admin routes while rebuilding the routes. |
RoutePreloader::onAlterRoutes | function | core/ |
Alters existing routes for a specific collection. |
RoutePreloader::onFinishedRoutes | function | core/ |
Store the non admin routes in state when the route building is finished. |
RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute | function | core/ |
Tests onAlterRoutes with "admin" appearing in the path. |
RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes | function | core/ |
Tests onAlterRoutes with just admin routes. |
RoutePreloaderTest::testOnAlterRoutesWithNonAdminRoutes | function | core/ |
Tests onAlterRoutes with admin routes and non admin routes. |
RouteProvider::$routes | property | core/ |
A cache of already-loaded routes, keyed by route name. |
RouteProvider::$serializedRoutes | property | core/ |
A cache of already-loaded serialized routes, keyed by route name. |
RouteProvider::getAllRoutes | function | core/ |
|
RouteProvider::getAllRoutes | function | core/ |
|
RouteProvider::getRoutesByNames | function | core/ |
|
RouteProvider::getRoutesByNames | function | core/ |
|
RouteProvider::getRoutesByPath | function | core/ |
Get all routes which match a certain pattern. |
RouteProvider::getRoutesByPattern | function | core/ |
|
RouteProvider::getRoutesByPattern | 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::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
RouteProviderInterface::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
RouteProviderLazyBuilder::getAllRoutes | function | core/ |
|
RouteProviderLazyBuilder::getRoutesByNames | function | core/ |
|
RouteProviderLazyBuilder::getRoutesByPattern | 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::testGetAllRoutes | function | core/ |
Confirms RouteProvider::getAllRoutes() extracts information correctly from the database. |
RouteProviderTest::testGetRoutesByPatternWithLongPatterns | function | core/ |
Ensures that the routing system is capable of extreme long patterns. |
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. |
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.