Method | Description | |
---|---|---|
__construct ( Symfony\Component\HttpKernel\HttpKernelInterface $http_kernel, Symfony\Component\Security\Core\SecurityContextInterface $securityContext, Symfony\Component\Routing\RouterInterface $router ) | ||
handle ( |
Handles an access denied failure. |
public __construct ( Symfony\Component\HttpKernel\HttpKernelInterface $http_kernel, Symfony\Component\Security\Core\SecurityContextInterface $securityContext, Symfony\Component\Routing\RouterInterface $router ) | ||
$http_kernel | Symfony\Component\HttpKernel\HttpKernelInterface | |
$securityContext | Symfony\Component\Security\Core\SecurityContextInterface | |
$router | Symfony\Component\Routing\RouterInterface |
public handle ( |
||
$request | ||
$accessDeniedException | Symfony\Component\Security\Core\Exception\AccessDeniedException | |
return | Response | may return null |