Search for route
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 |
---|---|---|---|
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. |
PathPluginBaseTest::testGetRestRoute | function | core/ |
Tests the altering of a REST route. |
PathPluginBaseTest::testGetRouteName | function | core/ |
Tests the getRouteName method. |
PathRootsSubscriber::onRouteAlter | function | core/ |
Collects all path roots. |
PathRootsSubscriber::onRouteFinished | function | core/ |
|
PathValidator::$accessAwareRouter | property | core/ |
The access aware router. |
PathValidator::$accessUnawareRouter | property | core/ |
A router implementation which does not check access. |
PathValidatorTest::$accessAwareRouter | property | core/ |
The mocked access aware router. |
PathValidatorTest::$accessUnawareRouter | property | core/ |
The mocked access unaware router. |
PerformanceTestRecorder::onRouteBuilderFinish | function | core/ |
Records a router rebuild. |
Permission::alterRouteDefinition | function | core/ |
Allows access plugins to alter the route definition of a view. |
plugin.manager.lazy_route_provider_install_test | service | core/ |
\Drupal\lazy_route_provider_install_test\PluginManager |
PreloadableRouteProviderInterface | interface | core/ |
Extends the router provider interface to pre-load routes. |
PreloadableRouteProviderInterface.php | file | core/ |
|
PreloadableRouteProviderInterface::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
RelationshipRouteAccessCheck | class | core/ |
Defines a class to check access to related and relationship routes. |
RelationshipRouteAccessCheck.php | file | core/ |
|
RelationshipRouteAccessCheck::$entityAccessChecker | property | core/ |
The JSON:API entity access checker. |
RelationshipRouteAccessCheck::access | function | core/ |
Checks access to the relationship field on the given route. |
RelationshipRouteAccessCheck::ROUTE_REQUIREMENT_KEY | constant | core/ |
The route requirement key for this access check. |
RelationshipRouteAccessCheck::__construct | function | core/ |
RelationshipRouteAccessCheck constructor. |
RequestFormatRouteFilter | class | core/ |
Provides a route filter, which filters by the request format. |
RequestFormatRouteFilter.php | file | core/ |
|
RequestFormatRouteFilter::filter | function | core/ |
Filters the route collection against a request. |
RequestFormatRouteFilter::getAvailableFormats | function | core/ |
Gets the set of formats across all routes in the collection. |
RequestFormatRouteFilter::getDefaultFormat | function | core/ |
Determines the default request format. |
RequestFormatRouteFilterTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RequestFormatRouteFilter @group Routing |
RequestFormatRouteFilterTest.php | file | core/ |
|
RequestFormatRouteFilterTest::filterProvider | function | core/ |
|
RequestFormatRouteFilterTest::testFilter | function | core/ |
@covers ::filter @dataProvider filterProvider |
RequestFormatRouteFilterTest::testNoRouteFound | function | core/ |
@covers ::filter |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.