| DenyNoCacheRoutesTest::$response |
property |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
A response object. |
| DenyNoCacheRoutesTest::$routeMatch |
property |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
The current route match. |
| DenyNoCacheRoutesTest::providerDenyNoCacheRoutesPolicy |
function |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
Provides data and expected results for the test method. |
| DenyNoCacheRoutesTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
|
| DenyNoCacheRoutesTest::testDenyNoCacheRoutesPolicy |
function |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
Asserts that caching is denied on the node preview route. |
| DisplayPageTest::testPageRouterItems |
function |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
Checks that the router items are properly registered. |
| DisplayPluginBase::getRoutedDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php |
|
| DisplayPluginInterface::getRoutedDisplay |
function |
core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php |
Points to the display which can be linked by this display. |
| DisplayRouterInterface |
interface |
core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php |
Defines an interface for displays that can collect routes. |
| DisplayRouterInterface.php |
file |
core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php |
|
| DisplayRouterInterface::alterRoutes |
function |
core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php |
Alters a collection of routes and replaces definitions to the view. |
| DisplayRouterInterface::collectRoutes |
function |
core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php |
Adds the route entry of a view to the collection. |
| DisplayRouterInterface::getAlteredRouteNames |
function |
core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php |
Returns the list of routes overridden by Views. |
| DisplayRouterInterface::getRouteName |
function |
core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php |
Returns the route name for the display. |
| DisplayRouterInterface::getUrlInfo |
function |
core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php |
Generates a URL to this display. |
| Drupal::routeMatch |
function |
core/lib/Drupal.php |
Retrieves the currently active route match object. |
| Drupal\user_route_alter_test\Routing\RouteSubscriber |
service |
core/modules/serialization/tests/modules/user_route_alter_test/user_route_alter_test.services.yml |
|
| DynamicLocalTasks::$router |
property |
core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php |
The router. |
| DynamicMenuLinkMock::getRouteName |
function |
core/tests/Drupal/Tests/Core/Menu/DynamicMenuLinkMock.php |
|
| dynamic_page_cache_deny_admin_routes |
service |
core/modules/dynamic_page_cache/dynamic_page_cache.services.yml |
Drupal\dynamic_page_cache\PageCache\ResponsePolicy\DenyAdminRoutes |
| EntityAccessChecker::$router |
property |
core/modules/jsonapi/src/Access/EntityAccessChecker.php |
The router. |
| EntityAccessCheckTest::createRouteMatchForObject |
function |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Wrap any object with a route match, and return that. |
| EntityAccessCheckTest::testAccessWithDifferentRouteParameters |
function |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Tests access with different route parameters. |
| EntityBase::urlRouteParameters |
function |
core/lib/Drupal/Core/Entity/EntityBase.php |
Gets an array of placeholders for this entity. |
| EntityBundleRouteEnhancer |
class |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
Sets the bundle parameter for routes with the _field_ui option. |
| EntityBundleRouteEnhancer.php |
file |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
|
| EntityBundleRouteEnhancer::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
The entity type manager service. |
| EntityBundleRouteEnhancer::applies |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
|
| EntityBundleRouteEnhancer::enhance |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
|
| EntityBundleRouteEnhancer::__construct |
function |
core/lib/Drupal/Core/Entity/Enhancer/EntityBundleRouteEnhancer.php |
Constructs a EntityBundleRouteEnhancer object. |
| EntityConverterLatestRevisionTest::testRouteParamWithBundleDefinition |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests an entity route parameter having 'bundle' definition property. |
| EntityConverterTest::testRouteParamWithBundleDefinition |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php |
Tests an entity route parameter having 'bundle' definition property. |
| EntityDisplayFormBase::getEntityFromRouteMatch |
function |
core/modules/field_ui/src/Form/EntityDisplayFormBase.php |
|
| EntityDisplayModeBase::urlRouteParameters |
function |
core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php |
|
| EntityForm::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/EntityForm.php |
|
| EntityFormInterface::getEntityFromRouteMatch |
function |
core/lib/Drupal/Core/Entity/EntityFormInterface.php |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityFormTest::testGetEntityFromRouteMatchAdd |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddEntity |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddStatic |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() with a static bundle. |
| EntityFormTest::testGetEntityFromRouteMatchEditDelete |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php |
Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms. |
| EntityModerationRouteProvider |
class |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Dynamic route provider for the Content moderation module. |
| EntityModerationRouteProvider.php |
file |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
|
| EntityModerationRouteProvider::$entityFieldManager |
property |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
The entity type manager. |
| EntityModerationRouteProvider::createInstance |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
|
| EntityModerationRouteProvider::getLatestVersionRoute |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Gets the moderation-form route. |
| EntityModerationRouteProvider::getRoutes |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
|
| EntityModerationRouteProvider::__construct |
function |
core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php |
Constructs a new DefaultHtmlRouteProvider. |
| EntityOperations::$routerBuilder |
property |
core/modules/content_moderation/src/EntityOperations.php |
The router builder service. |
| EntityPermissionsRouteProvider |
class |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
Provides routes for the entity permissions form. |
| EntityPermissionsRouteProvider.php |
file |
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php |
|