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 |
---|---|---|---|
AcceptHeaderMatcherTest::testNoRouteFound | function | core/ |
Confirms that the AcceptHeaderMatcher throws an exception for no-route. |
AccessAwareRouter | class | core/ |
A router class for Drupal with access check and upcasting. |
AccessAwareRouter.php | file | core/ |
|
AccessAwareRouter::$accessManager | property | core/ |
The access manager. |
AccessAwareRouter::$account | property | core/ |
The account to use in access checks. |
AccessAwareRouter::$router | property | core/ |
The router doing the actual routing. |
AccessAwareRouter::checkAccess | function | core/ |
Apply access check service to the route and parameters in the request. |
AccessAwareRouter::generate | function | core/ |
|
AccessAwareRouter::getContext | function | core/ |
|
AccessAwareRouter::getRouteCollection | function | core/ |
|
AccessAwareRouter::match | function | core/ |
|
AccessAwareRouter::matchRequest | function | core/ |
|
AccessAwareRouter::setContext | function | core/ |
|
AccessAwareRouter::__call | function | core/ |
|
AccessAwareRouter::__construct | function | core/ |
Constructs a router for Drupal with access check and upcasting. |
AccessAwareRouterInterface | interface | core/ |
Interface for a router class for Drupal with access check and upcasting. |
AccessAwareRouterInterface.php | file | core/ |
|
AccessAwareRouterInterface::ACCESS_RESULT | constant | core/ |
Attribute name of the access result for the request.. |
AccessAwareRouterInterface::match | function | core/ |
|
AccessAwareRouterInterface::matchRequest | function | core/ |
|
AccessAwareRouterTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\AccessAwareRouter @group Routing |
AccessAwareRouterTest.php | file | core/ |
|
AccessAwareRouterTest::$accessAwareRouter | property | core/ |
|
AccessAwareRouterTest::$accessManager | property | core/ |
|
AccessAwareRouterTest::$coreRouter | property | core/ |
|
AccessAwareRouterTest::$currentUser | property | core/ |
|
AccessAwareRouterTest::$route | property | core/ |
|
AccessAwareRouterTest::$router | property | core/ |
|
AccessAwareRouterTest::setUp | function | core/ |
|
AccessAwareRouterTest::setupRouter | function | core/ |
Sets up a chain router with matchRequest. |
AccessAwareRouterTest::testCall | function | core/ |
Ensure that methods are passed to the wrapped router. |
AccessAwareRouterTest::testCheckAccessResultWithReason | function | core/ |
Tests the matchRequest() function for access denied with reason message. |
AccessAwareRouterTest::testMatchRequestAllowed | function | core/ |
Tests the matchRequest() function for access allowed. |
AccessAwareRouterTest::testMatchRequestDenied | function | core/ |
Tests the matchRequest() function for access denied. |
AccessManager::$routeProvider | property | core/ |
The route provider. |
AccessManager::checkNamedRoute | function | core/ |
Checks a named route with parameters against applicable access check services. |
AccessManagerInterface::checkNamedRoute | function | core/ |
Checks a named route with parameters against applicable access check services. |
AccessManagerTest::$routeCollection | property | core/ |
The collection of routes, which are tested. |
AccessManagerTest::$routeProvider | property | core/ |
The route provider. |
AccessManagerTest::testCheckNamedRoute | function | core/ |
Tests the checkNamedRoute method. |
AccessManagerTest::testCheckNamedRouteWithDefaultValue | function | core/ |
Tests the checkNamedRoute with default values. |
AccessManagerTest::testCheckNamedRouteWithNonExistingRoute | function | core/ |
Tests checkNamedRoute given an invalid/non existing route name. |
AccessManagerTest::testCheckNamedRouteWithUpcastedValues | function | core/ |
Tests the checkNamedRoute with upcasted values. |
AccessPluginBase::alterRouteDefinition | function | core/ |
Allows access plugins to alter the route definition of a view. |
access_check.jsonapi.relationship_route_access | service | core/ |
Drupal\jsonapi\Access\RelationshipRouteAccessCheck |
Action::$confirm_form_route_name | property | core/ |
The route name for a confirmation form for this action. |
AdminContext::$routeMatch | property | core/ |
The route match. |
AdminContext::isAdminRoute | function | core/ |
Determines whether the active route is an admin one. |
AdminHtmlRouteProvider | class | core/ |
Provides HTML routes for entities with administrative add/edit/delete pages. |
AdminHtmlRouteProvider.php | file | core/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.