| DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyTypeNotFieldable |
function |
core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php |
Tests get entity type id key type not fieldable. |
| DefaultsEntityForm::getEntityFromRouteMatch |
function |
core/modules/layout_builder/src/Form/DefaultsEntityForm.php |
Determines which entity will be used by this form from a RouteMatch object. |
| DefaultsSectionStorage::buildRoutes |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
Provides the routes needed for Layout Builder UI. |
| DefaultsSectionStorage::deriveContextsFromRoute |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
Derives the available plugin contexts from route values. |
| DefaultsSectionStorage::extractEntityFromRoute |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
Extracts an entity from the route values. |
| DefaultsSectionStorage::getRouteParameters |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php |
Provides the route parameters needed to generate a URL for this object. |
| DefaultsSectionStorageTest::providerTestExtractEntityFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Provides data for ::testExtractEntityFromRoute(). |
| DefaultsSectionStorageTest::testBuildRoutes |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Tests build routes. |
| DefaultsSectionStorageTest::testBuildRoutesNoFieldUi |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Tests build routes no field ui. |
| DefaultsSectionStorageTest::testExtractEntityFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Tests extract entity from route. |
| DefaultsSectionStorageTest::testExtractEntityFromRouteCreate |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Tests extract entity from route create. |
| DenyAdminRoutes |
class |
core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php |
Cache policy for routes with the '_admin_route' option set. |
| DenyAdminRoutes.php |
file |
core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php |
|
| DenyAdminRoutes::$routeMatch |
property |
core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php |
The current route match. |
| DenyAdminRoutes::check |
function |
core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php |
Determines whether it is save to store a page in the cache. |
| DenyAdminRoutes::__construct |
function |
core/modules/dynamic_page_cache/src/PageCache/ResponsePolicy/DenyAdminRoutes.php |
Constructs a deny admin route page cache policy. |
| DenyNoCacheRoutes |
class |
core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php |
Cache policy for routes with the 'no_cache' option set. |
| DenyNoCacheRoutes.php |
file |
core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php |
|
| DenyNoCacheRoutes::$routeMatch |
property |
core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php |
The current route match. |
| DenyNoCacheRoutes::check |
function |
core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php |
Determines whether it is save to store a page in the cache. |
| DenyNoCacheRoutes::__construct |
function |
core/lib/Drupal/Core/PageCache/ResponsePolicy/DenyNoCacheRoutes.php |
Constructs a deny node preview page cache policy. |
| DenyNoCacheRoutesTest |
class |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
Tests Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes. |
| DenyNoCacheRoutesTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
|
| DenyNoCacheRoutesTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
The response policy under test. |
| DenyNoCacheRoutesTest::$request |
property |
core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php |
A request object. |
| 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::$routerDumper |
property |
core/modules/views/tests/src/Kernel/Plugin/DisplayPageTest.php |
The router dumper to get all routes. |
| 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 |
Points to the display which can be linked by this display. |
| 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 |
Returns the route name, if available. |
| 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. |