W3cubDocs

/Symfony 3.0

Symfony\Component\Security\Http\Authorization\AccessDeniedHandlerInterface

interface AccessDeniedHandlerInterface

This is used by the ExceptionListener to translate an AccessDeniedException to a Response object.

Methods

Response handle(Request $request, AccessDeniedException $accessDeniedException)

Handles an access denied failure.

Details

public Response handle(Request $request, AccessDeniedException $accessDeniedException)

Handles an access denied failure.

Parameters

Request $request
AccessDeniedException $accessDeniedException

Return Value

Response may return null