class UserLocaleSubscriber implements EventSubscriberInterface (View source)

Stores the locale of the user in the session after the login. This can be used by the LocaleSubscriber afterwards.

Methods

__construct(SessionInterface $session)

No description

void
onInteractiveLogin(InteractiveLoginEvent $event)

No description

static 
getSubscribedEvents()

No description

Details

__construct(SessionInterface $session)

Parameters

SessionInterface $session

void onInteractiveLogin(InteractiveLoginEvent $event)

Parameters

InteractiveLoginEvent $event

Return Value

void

static getSubscribedEvents()