AccessAwareRouterInterface::matchRequest

public AccessAwareRouterInterface::matchRequest(Request $request)

Throws

\Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException Thrown when access checking failed.

Overrides RequestMatcherInterface::matchRequest

File

core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php, line 25

Class

AccessAwareRouterInterface
Interface for a router class for Drupal with access check and upcasting.

Namespace

Drupal\Core\Routing

Code

public function matchRequest(Request $request);
doc_Drupal
2016-10-29 08:42:22
Comments
Leave a Comment

Please login to continue.