SwitchUserSubscriber
in package
implements
EventSubscriberInterface
Class SwitchUserSubscriber
Table of Contents
Interfaces
- EventSubscriberInterface
Properties
- $container : ContainerInterface
Methods
- __construct() : mixed
- ExceptionSubscriber constructor.
- getSubscribedEvents() : array<string|int, mixed>
- onSwitchUser() : mixed
Properties
$container
protected
ContainerInterface
$container
Methods
__construct()
ExceptionSubscriber constructor.
public
__construct(ContainerInterface $container) : mixed
Parameters
- $container : ContainerInterface
getSubscribedEvents()
public
static getSubscribedEvents() : array<string|int, mixed>
Return values
array<string|int, mixed>onSwitchUser()
public
onSwitchUser(SwitchUserEvent $event) : mixed
Parameters
- $event : SwitchUserEvent