interface AccessAwareRouterInterface implements RouterInterface, RequestMatcherInterface (View source)

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

Constants

ACCESS_RESULT

Attribute name of the access result for the request.

.

Methods

matchRequest(Request $request)

{@inheritdoc}

match($pathinfo)

{@inheritdoc}

Details

matchRequest(Request $request)

{@inheritdoc}

Parameters

Request $request

Exceptions

AccessDeniedHttpException

match($pathinfo)

{@inheritdoc}

Parameters

$pathinfo

Exceptions

AccessDeniedHttpException