| ResourceRoutes::$logger |
property |
core/modules/rest/src/Routing/ResourceRoutes.php |
A logger instance. |
| ResourceRoutes::$manager |
property |
core/modules/rest/src/Routing/ResourceRoutes.php |
The plugin manager for REST plugins. |
| ResourceRoutes::$resourceConfigStorage |
property |
core/modules/rest/src/Routing/ResourceRoutes.php |
The REST resource config storage. |
| ResourceRoutes::getRoutesForResourceConfig |
function |
core/modules/rest/src/Routing/ResourceRoutes.php |
Provides all routes for a given REST resource config. |
| ResourceRoutes::getSubscribedEvents |
function |
core/modules/rest/src/Routing/ResourceRoutes.php |
|
| ResourceRoutes::onDynamicRouteEvent |
function |
core/modules/rest/src/Routing/ResourceRoutes.php |
Alters existing routes for a specific collection. |
| ResourceRoutes::__construct |
function |
core/modules/rest/src/Routing/ResourceRoutes.php |
Constructs a RouteSubscriber object. |
| rest.resource_routes |
service |
core/modules/rest/rest.services.yml |
Drupal\rest\Routing\ResourceRoutes |
| RestExport::collectRoutes |
function |
core/modules/rest/src/Plugin/views/display/RestExport.php |
Adds the route entry of a view to the collection. |
| RevisionHtmlRouteProvider::getRoutes |
function |
core/lib/Drupal/Core/Entity/Routing/RevisionHtmlRouteProvider.php |
Provides routes for entities. |
| RevisionRouteProviderTest::providerOperationAccessRevisionRoutes |
function |
core/tests/Drupal/KernelTests/Core/Entity/RevisionRouteProviderTest.php |
Data provider for testOperationAccessRevisionRoutes. |
| RevisionRouteProviderTest::testOperationAccessRevisionRoutes |
function |
core/tests/Drupal/KernelTests/Core/Entity/RevisionRouteProviderTest.php |
Tests revision access is granted by entity operations. |
| RouteBuilderTest::testRebuildWithProviderBasedRoutes |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
Tests the rebuild with routes provided by a callback. |
| RouteBuilderTest::testRebuildWithStaticModuleRoutes |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
Tests that provided routes by a module is put into the dumper/dispatcher. |
| RoutePreloader::$nonAdminRoutesOnRebuild |
property |
core/lib/Drupal/Core/Routing/RoutePreloader.php |
Contains the non-admin routes while rebuilding the routes. |
| RoutePreloader::onAlterRoutes |
function |
core/lib/Drupal/Core/Routing/RoutePreloader.php |
Alters existing routes for a specific collection. |
| RoutePreloader::onFinishedRoutes |
function |
core/lib/Drupal/Core/Routing/RoutePreloader.php |
Store the non admin routes in state when the route building is finished. |
| RoutePreloaderTest::testOnAlterRoutesWithAdminPathNoAdminRoute |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests onAlterRoutes with "admin" appearing in the path. |
| RoutePreloaderTest::testOnAlterRoutesWithAdminRoutes |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests onAlterRoutes with just admin routes. |
| RoutePreloaderTest::testOnAlterRoutesWithNonAdminRoutes |
function |
core/tests/Drupal/Tests/Core/Routing/RoutePreloaderTest.php |
Tests onAlterRoutes with admin routes and non admin routes. |
| RouteProvider::$routes |
property |
core/lib/Drupal/Core/Routing/RouteProvider.php |
A cache of already-loaded routes, keyed by route name. |
| RouteProvider::$serializedRoutes |
property |
core/lib/Drupal/Core/Routing/RouteProvider.php |
A cache of already-loaded serialized routes, keyed by route name. |
| RouteProvider::getAllRoutes |
function |
core/tests/Drupal/KernelTests/RouteProvider.php |
Returns all the routes on the system. |
| RouteProvider::getAllRoutes |
function |
core/lib/Drupal/Core/Routing/RouteProvider.php |
Returns all the routes on the system. |
| RouteProvider::getRoutesByNames |
function |
core/tests/Drupal/KernelTests/RouteProvider.php |
Find many routes by their names using the provided list of names. |
| RouteProvider::getRoutesByNames |
function |
core/lib/Drupal/Core/Routing/RouteProvider.php |
Find many routes by their names using the provided list of names. |
| RouteProvider::getRoutesByPath |
function |
core/lib/Drupal/Core/Routing/RouteProvider.php |
Get all routes which match a certain pattern. |
| RouteProvider::getRoutesByPattern |
function |
core/tests/Drupal/KernelTests/RouteProvider.php |
Get all routes which match a certain pattern. |
| RouteProvider::getRoutesByPattern |
function |
core/lib/Drupal/Core/Routing/RouteProvider.php |
Get all routes which match a certain pattern. |
| RouteProvider::preLoadRoutes |
function |
core/tests/Drupal/KernelTests/RouteProvider.php |
Pre-load routes by their names using the provided list of names. |
| RouteProvider::preLoadRoutes |
function |
core/lib/Drupal/Core/Routing/RouteProvider.php |
Pre-load routes by their names using the provided list of names. |
| RouteProviderInterface::getAllRoutes |
function |
core/lib/Drupal/Core/Routing/RouteProviderInterface.php |
Returns all the routes on the system. |
| RouteProviderInterface::getRoutesByNames |
function |
core/lib/Drupal/Core/Routing/RouteProviderInterface.php |
Find many routes by their names using the provided list of names. |
| RouteProviderInterface::getRoutesByPattern |
function |
core/lib/Drupal/Core/Routing/RouteProviderInterface.php |
Get all routes which match a certain pattern. |
| RouteProviderLazyBuilder::getAllRoutes |
function |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php |
Returns all the routes on the system. |
| RouteProviderLazyBuilder::getRoutesByNames |
function |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php |
Find many routes by their names using the provided list of names. |
| RouteProviderLazyBuilder::getRoutesByPattern |
function |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php |
Get all routes which match a certain pattern. |
| RouteProviderLazyBuilder::preLoadRoutes |
function |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php |
Pre-load routes by their names using the provided list of names. |
| RouteProviderTest::testAdminHtmlRoutes |
function |
core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php |
Tests admin html routes. |
| RouteProviderTest::testGetAllRoutes |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Confirms RouteProvider::getAllRoutes() extracts information correctly from the database. |
| RouteProviderTest::testGetRoutesByPatternWithLongPatterns |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Ensures that the routing system is capable of extreme long patterns. |
| RouteProviderTest::testHtmlRoutes |
function |
core/tests/Drupal/KernelTests/Core/Entity/RouteProviderTest.php |
Tests html routes. |
| RouterTest::testDynamicRoutes |
function |
core/modules/system/tests/src/Functional/Routing/RouterTest.php |
Checks that dynamically defined and altered routes work correctly. |
| Routes |
class |
core/modules/jsonapi/src/Routing/Routes.php |
Defines dynamic routes. |
| Routes |
class |
core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php |
Provides dynamic routes for test purposes. |
| Routes.php |
file |
core/modules/jsonapi/src/Routing/Routes.php |
|
| Routes.php |
file |
core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php |
|
| Routes::$jsonApiBasePath |
property |
core/modules/jsonapi/src/Routing/Routes.php |
The JSON:API base path. |
| Routes::$providerIds |
property |
core/modules/jsonapi/src/Routing/Routes.php |
List of providers. |
| Routes::$resourceTypeRepository |
property |
core/modules/jsonapi/src/Routing/Routes.php |
The JSON:API resource type repository. |