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

array
matchRequest(Request $request)

{@inheritdoc}

array
match($pathinfo)

{@inheritdoc}

Details

array matchRequest(Request $request)

{@inheritdoc}

Parameters

Request $request

Return Value

array

Exceptions

AccessDeniedHttpException

array match($pathinfo)

{@inheritdoc}

Parameters

$pathinfo

Return Value

array

Exceptions

AccessDeniedHttpException