| NullRouteMatch::getRawParameter |
function |
core/lib/Drupal/Core/Routing/NullRouteMatch.php |
Returns the raw value of a named route parameter. |
| NullRouteMatch::getRawParameters |
function |
core/lib/Drupal/Core/Routing/NullRouteMatch.php |
Returns the bag of all raw route parameters. |
| NullRouteMatch::getRouteName |
function |
core/lib/Drupal/Core/Routing/NullRouteMatch.php |
Returns the route name. |
| NullRouteMatch::getRouteObject |
function |
core/lib/Drupal/Core/Routing/NullRouteMatch.php |
Returns the route object. |
| OptionsRequestSubscriber::$routeProvider |
property |
core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php |
The route provider. |
| OptionsRequestSubscriberTest::testWithoutMatchingRoutes |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/OptionsRequestSubscriberTest.php |
Tests without matching routes. |
| OutboundRouteProcessorInterface |
interface |
core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php |
Defines an interface for classes that process the outbound route. |
| OutboundRouteProcessorInterface.php |
file |
core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php |
|
| OutboundRouteProcessorInterface::processOutbound |
function |
core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php |
Processes the outbound route. |
| OverridesSectionStorage::buildRoutes |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php |
Provides the routes needed for Layout Builder UI. |
| OverridesSectionStorage::deriveContextsFromRoute |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php |
Derives the available plugin contexts from route values. |
| OverridesSectionStorage::extractEntityFromRoute |
function |
core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php |
Extracts an entity from the route values. |
| OverridesSectionStorageTest::providerTestExtractEntityFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php |
Provides data for ::testExtractEntityFromRoute(). |
| OverridesSectionStorageTest::testBuildRoutes |
function |
core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php |
Tests build routes. |
| OverridesSectionStorageTest::testDeriveContextsFromRoute |
function |
core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php |
Tests derive contexts from route. |
| OverridesSectionStorageTest::testExtractEntityFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php |
Tests extract entity from route. |
| 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 |
Tests build basic renderable with missing route. |
| 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 |
Tests set route parameter converters. |
| 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. |