Search for routes
- Search 7.x for routes
- Search 9.5.x for routes
- Search 8.9.x for routes
- Search 10.3.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 |
---|---|---|---|
ResourceRoutes::$logger | property | core/ |
A logger instance. |
ResourceRoutes::$manager | property | core/ |
The plugin manager for REST plugins. |
ResourceRoutes::$resourceConfigStorage | property | core/ |
The REST resource config storage. |
ResourceRoutes::getRoutesForResourceConfig | function | core/ |
Provides all routes for a given REST resource config. |
ResourceRoutes::getSubscribedEvents | function | core/ |
|
ResourceRoutes::onDynamicRouteEvent | function | core/ |
Alters existing routes for a specific collection. |
ResourceRoutes::__construct | function | core/ |
Constructs a RouteSubscriber object. |
rest.resource_routes | service | core/ |
Drupal\rest\Routing\ResourceRoutes |
RestExport::collectRoutes | function | core/ |
|
RevisionHtmlRouteProvider::getRoutes | function | core/ |
|
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/ |
|
RouteProvider::preLoadRoutes | function | core/ |
|
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/ |
|
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. |
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.