Search for route
- Search 7.x for route
- Search 8.9.x for route
- Search 10.3.x for route
- Search 11.x for route
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Route | class | core/ |
Sets the destination route information based on the source link_path. |
Route | class | core/ |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
NullRouteMatch::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
NullRouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
NullRouteMatch::getRouteName | function | core/ |
Returns the route name. |
NullRouteMatch::getRouteObject | function | core/ |
Returns the route object. |
OptionsRequestSubscriber::$routeProvider | property | core/ |
The route provider. |
OptionsRequestSubscriberTest::testWithoutMatchingRoutes | function | core/ |
@covers ::onRequest |
OutboundRouteProcessorInterface | interface | core/ |
Defines an interface for classes that process the outbound route. |
OutboundRouteProcessorInterface.php | file | core/ |
|
OutboundRouteProcessorInterface::processOutbound | function | core/ |
Processes the outbound route. |
OverridesSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
OverridesSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
OverridesSectionStorage::extractEntityFromRoute | function | core/ |
Extracts an entity from the route values. |
OverridesSectionStorageTest::providerTestExtractEntityFromRoute | function | core/ |
Provides data for ::testExtractEntityFromRoute(). |
OverridesSectionStorageTest::testBuildRoutes | function | core/ |
@covers ::buildRoutes @covers ::hasIntegerId @covers ::getEntityTypes @covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes |
OverridesSectionStorageTest::testDeriveContextsFromRoute | function | core/ |
@covers ::deriveContextsFromRoute |
OverridesSectionStorageTest::testExtractEntityFromRoute | function | core/ |
@covers ::extractEntityFromRoute |
Page::getRoute | function | core/ |
Generates a route entry for a given view and display. |
PageDisplayVariantSelectionEvent::$routeMatch | property | core/ |
The current route match. |
PageDisplayVariantSelectionEvent::getRouteMatch | function | core/ |
Gets the current route match. |
PageTest::testBuildBasicRenderableWithMissingRoute | function | core/ |
@covers ::buildBasicRenderable |
page_cache_no_cache_routes | service | core/ |
Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes |
ParamConverterManager::setRouteParameterConverters | function | core/ |
Saves a list of applicable converters to each route. |
ParamConverterManagerInterface::setRouteParameterConverters | function | core/ |
Saves a list of applicable converters to each route. |
ParamConverterManagerTest::providerTestSetRouteParameterConverters | function | core/ |
Provides data for testSetRouteParameterConverters(). |
ParamConverterManagerTest::testSetRouteParameterConverters | function | core/ |
@covers ::setRouteParameterConverters |
ParamConverterSubscriber::onRoutingRouteAlterSetParameterConverters | function | core/ |
Applies parameter converters to route parameters. |
ParamNotConvertedException::$routeName | property | core/ |
The route name that was not converted. |
ParamNotConvertedException::getRouteName | function | core/ |
Get the route name that was not converted. |
PathBasedBreadcrumbBuilder::$router | property | core/ |
The dynamic router service. |
PathElement::CONVERT_ROUTE | constant | core/ |
Convert the submitted value into a route name and parameter pair. |
PathMatcher::$routeMatch | property | core/ |
The current route match. |
PathPluginBase::$routeProvider | property | core/ |
The route provider. |
PathPluginBase::alterRoutes | function | core/ |
Alters a collection of routes and replaces definitions to the view. |
PathPluginBase::collectRoutes | function | core/ |
Adds the route entry of a view to the collection. |
PathPluginBase::getAlteredRouteNames | function | core/ |
Returns the list of routes overridden by Views. |
PathPluginBase::getRoute | function | core/ |
Generates a route entry for a given view and display. |
PathPluginBase::getRouteName | function | core/ |
Returns the route name for the display. |
PathPluginBaseTest::$routeProvider | property | core/ |
The route provider that should be used. |
PathPluginBaseTest::testAlterPostRestRoute | function | core/ |
Tests the altering of a REST route. |
PathPluginBaseTest::testAlterRoute | function | core/ |
Tests the alter route method. |
PathPluginBaseTest::testAlterRoutesWithOptionalParameters | function | core/ |
Tests altering routes with optional parameters in the overridden route. |
PathPluginBaseTest::testAlterRoutesWithParameters | function | core/ |
Tests altering routes with parameters in the overridden route. |
PathPluginBaseTest::testAlterRoutesWithParametersAndUpcasting | function | core/ |
Tests altering routes with parameters and upcasting information. |
PathPluginBaseTest::testAlterRouteWithAlterCallback | function | core/ |
Tests the alter route method with preexisting title callback. |
PathPluginBaseTest::testCollectRoutes | function | core/ |
Tests the collectRoutes method. |
PathPluginBaseTest::testCollectRoutesWithArguments | function | core/ |
Tests the collectRoutes method with arguments. |
PathPluginBaseTest::testCollectRoutesWithArgumentsNotSpecifiedInPath | function | core/ |
Tests the collectRoutes method with arguments not specified in the path. |
PathPluginBaseTest::testCollectRoutesWithDisplayReturnResponse | function | core/ |
Tests the collectRoutes method with a display returning a response. |
PathPluginBaseTest::testCollectRoutesWithNamedParameters | function | core/ |
Tests the collectRoutes method with a path containing named parameters. |
PathPluginBaseTest::testCollectRoutesWithSpecialRouteName | function | core/ |
Tests the collect routes method with an alternative route name in the UI. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.