LoginSubscriber
in package
implements
EventSubscriberInterface
Table of Contents
Interfaces
- EventSubscriberInterface
Properties
- $container : ContainerInterface
- $userAccessLogService : UserAccessLogService
Methods
- __construct() : mixed
- LoginSubscriber constructor.
- getSubscribedEvents() : array<string|int, mixed>
- onSecurityInteractiveLogin() : mixed
Properties
$container
protected
ContainerInterface
$container
$userAccessLogService
private
UserAccessLogService
$userAccessLogService
Methods
__construct()
LoginSubscriber constructor.
public
__construct(ContainerInterface $container, UserAccessLogService $userAccessLogService) : mixed
Parameters
- $container : ContainerInterface
- $userAccessLogService : UserAccessLogService
getSubscribedEvents()
public
static getSubscribedEvents() : array<string|int, mixed>
Return values
array<string|int, mixed>onSecurityInteractiveLogin()
public
onSecurityInteractiveLogin(InteractiveLoginEvent $event) : mixed
Parameters
- $event : InteractiveLoginEvent