public function AccessAwareRouterInterface::match in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php \Drupal\Core\Routing\AccessAwareRouterInterface::match()
Throws
\Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException Thrown when $access_check is enabled and access checking failed.
Overrides UrlMatcherInterface::match
1 method overrides AccessAwareRouterInterface::match()
- AccessAwareRouter::match in core/
lib/ Drupal/ Core/ Routing/ AccessAwareRouter.php
File
- core/
lib/ Drupal/ Core/ Routing/ AccessAwareRouterInterface.php, line 38 - Contains \Drupal\Core\Routing\AccessAwareRouterInterface.
Class
- AccessAwareRouterInterface
- Interface for a router class for Drupal with access check and upcasting.
Namespace
Drupal\Core\RoutingCode
public function match($pathinfo);