PHP Class Contao\CoreBundle\EventListener\RefererIdListener

Inheritance: use trait Contao\CoreBundle\Framework\ScopeAwareTrait
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Symfony\Component\Security\Csrf\CsrfTokenManagerInterface $tokenManager ) Constructor.
onKernelRequest ( GetResponseEvent $event ) Adds the referer ID to the request.

Method Details

__construct() public méthode

Constructor.
public __construct ( Symfony\Component\Security\Csrf\CsrfTokenManagerInterface $tokenManager )
$tokenManager Symfony\Component\Security\Csrf\CsrfTokenManagerInterface

onKernelRequest() public méthode

Adds the referer ID to the request.
public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent