OverridesSectionStorageTest::testExtractEntityFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php |
@covers ::extractEntityFromRoute[[api-linebreak]] |
Page::getRoute |
function |
core/modules/views/src/Plugin/views/display/Page.php |
Generates a route entry for a given view and display. |
PageDisplayVariantSelectionEvent::$routeMatch |
property |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
The current route match. |
PageDisplayVariantSelectionEvent::getRouteMatch |
function |
core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php |
Gets the current route match. |
PageTest::testBuildBasicRenderableWithMissingRoute |
function |
core/modules/views/tests/src/Unit/Plugin/display/PageTest.php |
@covers ::buildBasicRenderable[[api-linebreak]] |
page_cache_no_cache_routes |
service |
core/core.services.yml |
Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes |
ParamConverterManager::setRouteParameterConverters |
function |
core/lib/Drupal/Core/ParamConverter/ParamConverterManager.php |
Saves a list of applicable converters to each route. |
ParamConverterManagerInterface::setRouteParameterConverters |
function |
core/lib/Drupal/Core/ParamConverter/ParamConverterManagerInterface.php |
Saves a list of applicable converters to each route. |
ParamConverterManagerTest::providerTestSetRouteParameterConverters |
function |
core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php |
Provides data for testSetRouteParameterConverters(). |
ParamConverterManagerTest::testSetRouteParameterConverters |
function |
core/tests/Drupal/Tests/Core/ParamConverter/ParamConverterManagerTest.php |
@covers ::setRouteParameterConverters[[api-linebreak]] |
ParamConverterSubscriber::onRoutingRouteAlterSetParameterConverters |
function |
core/lib/Drupal/Core/EventSubscriber/ParamConverterSubscriber.php |
Applies parameter converters to route parameters. |
ParamNotConvertedException::$routeName |
property |
core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php |
The route name that was not converted. |
ParamNotConvertedException::getRouteName |
function |
core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php |
Get the route name that was not converted. |
PathBasedBreadcrumbBuilder::$router |
property |
core/modules/system/src/PathBasedBreadcrumbBuilder.php |
The dynamic router service. |
PathElement::CONVERT_ROUTE |
constant |
core/lib/Drupal/Core/Render/Element/PathElement.php |
Convert the submitted value into a route name and parameter pair. |
PathMatcher::$routeMatch |
property |
core/lib/Drupal/Core/Path/PathMatcher.php |
The current route match. |
PathPluginBase::$routeProvider |
property |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
The route provider. |
PathPluginBase::alterRoutes |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Alters a collection of routes and replaces definitions to the view. |
PathPluginBase::collectRoutes |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Adds the route entry of a view to the collection. |
PathPluginBase::getAlteredRouteNames |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Returns the list of routes overridden by Views. |
PathPluginBase::getRoute |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Generates a route entry for a given view and display. |
PathPluginBase::getRouteName |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Returns the route name for the display. |
PathPluginBaseTest::$routeProvider |
property |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
The route provider that should be used. |
PathPluginBaseTest::testAlterPostRestRoute |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the altering of a REST route. |
PathPluginBaseTest::testAlterRoute |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the alter route method. |
PathPluginBaseTest::testAlterRoutesWithOptionalParameters |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests altering routes with optional parameters in the overridden route. |
PathPluginBaseTest::testAlterRoutesWithParameters |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests altering routes with parameters in the overridden route. |
PathPluginBaseTest::testAlterRoutesWithParametersAndUpcasting |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests altering routes with parameters and upcasting information. |
PathPluginBaseTest::testAlterRouteWithAlterCallback |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the alter route method with preexisting title callback. |
PathPluginBaseTest::testCollectRoutes |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collectRoutes method. |
PathPluginBaseTest::testCollectRoutesWithArguments |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collectRoutes method with arguments. |
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collectRoutes method with arguments not specified in the path. |
PathPluginBaseTest::testCollectRoutesWithDisplayReturnResponse |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collectRoutes method with a display returning a response. |
PathPluginBaseTest::testCollectRoutesWithNamedParameters |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collectRoutes method with a path containing named parameters. |
PathPluginBaseTest::testCollectRoutesWithSpecialRouteName |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collect routes method with an alternative route name in the UI. |
PathPluginBaseTest::testGetRestRoute |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the altering of a REST route. |
PathPluginBaseTest::testGetRouteName |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the getRouteName method. |
PathRootsSubscriber::onRouteAlter |
function |
core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php |
Collects all path roots. |
PathRootsSubscriber::onRouteFinished |
function |
core/lib/Drupal/Core/EventSubscriber/PathRootsSubscriber.php |
|
PathValidator::$accessAwareRouter |
property |
core/lib/Drupal/Core/Path/PathValidator.php |
The access aware router. |
PathValidator::$accessUnawareRouter |
property |
core/lib/Drupal/Core/Path/PathValidator.php |
A router implementation which does not check access. |
PathValidatorTest::$accessAwareRouter |
property |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
The mocked access aware router. |
PathValidatorTest::$accessUnawareRouter |
property |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
The mocked access unaware router. |
PerformanceTestRecorder::onRouteBuilderFinish |
function |
core/lib/Drupal/Core/Test/PerformanceTestRecorder.php |
Records a router rebuild. |
Permission::alterRouteDefinition |
function |
core/modules/user/src/Plugin/views/access/Permission.php |
Allows access plugins to alter the route definition of a view. |
plugin.manager.lazy_route_provider_install_test |
service |
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml |
\Drupal\lazy_route_provider_install_test\PluginManager |
PreloadableRouteProviderInterface |
interface |
core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php |
Extends the router provider interface to pre-load routes. |
PreloadableRouteProviderInterface.php |
file |
core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php |
|
PreloadableRouteProviderInterface::preLoadRoutes |
function |
core/lib/Drupal/Core/Routing/PreloadableRouteProviderInterface.php |
Pre-load routes by their names using the provided list of names. |
RelationshipRouteAccessCheck |
class |
core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php |
Defines a class to check access to related and relationship routes. |