Interface for a router class for Drupal with access check and upcasting.
Hierarchy
- interface \Symfony\Component\Routing\RouterInterface extends \Symfony\Component\Routing\UrlGeneratorInterface ; interface \Symfony\Component\Routing\Matcher\RequestMatcherInterface
- interface \Drupal\Core\Routing\AccessAwareRouterInterface
File
- core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php, line 12
Namespace
Drupal\Core\Routing
Members
Name | Modifiers | Type | Description |
---|---|---|---|
AccessAwareRouterInterface::ACCESS_RESULT | constant | Attribute name of the access result for the request.. | |
AccessAwareRouterInterface::match | public | function | Overrides UrlMatcherInterface::match |
AccessAwareRouterInterface::matchRequest | public | function | Overrides RequestMatcherInterface::matchRequest |
RouterInterface::getRouteCollection | public | function | Gets the RouteCollection instance associated with this Router. |
Please login to continue.