RouterUnsupportedTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php |
|
RouterUnsupportedTest::testGenerateUnsupported |
function |
core/tests/Drupal/Tests/Core/Routing/RouterUnsupportedTest.php |
Tests generate unsupported. |
router_installer_test.info.yml |
file |
core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml |
core/modules/system/tests/modules/router_installer_test/router_installer_test.info.yml |
router_installer_test.routing.yml |
file |
core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml |
core/modules/system/tests/modules/router_installer_test/router_installer_test.routing.yml |
router_listener |
service |
core/core.services.yml |
Symfony\Component\HttpKernel\EventListener\RouterListener |
router_test.info.yml |
file |
core/modules/system/tests/modules/router_test_directory/router_test.info.yml |
core/modules/system/tests/modules/router_test_directory/router_test.info.yml |
router_test.install |
file |
core/modules/system/tests/modules/router_test_directory/router_test.install |
|
router_test.permissions.yml |
file |
core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml |
core/modules/system/tests/modules/router_test_directory/router_test.permissions.yml |
router_test.routing.yml |
file |
core/modules/system/tests/modules/router_test_directory/router_test.routing.yml |
core/modules/system/tests/modules/router_test_directory/router_test.routing.yml |
router_test_install |
function |
core/modules/system/tests/modules/router_test_directory/router_test.install |
Implements hook_install(). |
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. |
Routes::addRouteParameter |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Adds a parameter option to a route, overrides options of the same name. |
Routes::CONTROLLER_SERVICE_NAME |
constant |
core/modules/jsonapi/src/Routing/Routes.php |
The service name for the primary JSON:API controller. |
Routes::create |
function |
core/modules/jsonapi/src/Routing/Routes.php |
|
Routes::dynamic |
function |
core/modules/menu_link_content/tests/menu_link_content_dynamic_route/src/Routes.php |
|
Routes::getEntryPointRoute |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Provides the entry point route. |
Routes::getFileUploadRouteName |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Get a unique route name for the file upload resource type and route type. |
Routes::getFileUploadRoutesForResourceType |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Gets the file upload route collection for the given resource type. |
Routes::getIndividualRoutesForResourceType |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Gets a route collection for the given resource type. |
Routes::getResourceTypeNameFromParameters |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Gets the resource type from a route or request's parameters. |
Routes::getRouteName |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Get a unique route name for the JSON:API resource type and route type. |
Routes::getRoutesForResourceType |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Gets applicable resource routes for a JSON:API resource type. |
Routes::hasNonInternalFileTargetResourceTypes |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Determines if an array of resource types lists non-internal "file" ones. |
Routes::hasNonInternalTargetResourceTypes |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Determines if an array of resource types has any non-internal ones. |
Routes::isJsonApiRequest |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Determines if the given request is for a JSON:API generated route. |
Routes::JSON_API_ROUTE_FLAG_KEY |
constant |
core/modules/jsonapi/src/Routing/Routes.php |
A key with which to flag a route as belonging to the JSON:API module. |
Routes::rebuild |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Invalidates any JSON:API resource type dependent responses and routes. |
Routes::RESOURCE_TYPE_KEY |
constant |
core/modules/jsonapi/src/Routing/Routes.php |
The route default key for the route's resource type information. |
Routes::routes |
function |
core/modules/jsonapi/src/Routing/Routes.php |
|
Routes::__construct |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Instantiates a Routes object. |
RoutesTest |
class |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests Drupal\jsonapi\Routing\Routes. |
RoutesTest.php |
file |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
|
RoutesTest::$routes |
property |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
List of routes objects for the different scenarios. |
RoutesTest::expectedRoutes |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Lists routes which should have been created. |
RoutesTest::notExpectedRoutes |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Lists routes which should have been created. |
RoutesTest::setUp |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
|
RoutesTest::testInternalRoutes |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Ensures that no routes are created for internal resources. |
RoutesTest::testRoutes |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Ensures that the expected routes are created or not created. |
RoutesTest::testRoutesCollection |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests routes collection. |
RoutesTest::testRoutesIndividual |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests routes individual. |
RoutesTest::testRoutesRelated |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests routes related. |
RoutesTest::testRoutesRelationships |
function |
core/modules/jsonapi/tests/src/Unit/Routing/RoutesTest.php |
Tests routes relationships. |
RouteSubscriber |
class |
core/modules/media/tests/modules/media_test_embed/src/Routing/RouteSubscriber.php |
Listens to the dynamic route events. |
RouteSubscriber |
class |
core/modules/config_translation/src/Routing/RouteSubscriber.php |
Listens to the dynamic route events. |