Property | Type | Description | |
---|---|---|---|
$eventDispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface |
Method | Description | |
---|---|---|
__construct ( Thelia\Core\Translation\Translator $translator, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher ) | ||
checkCurrency ( |
||
getSubscribedEvents ( ) | {@inheritdoc} api | |
jsonBody ( |
||
registerPreviousUrl ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event ) | Save the previous URL in session which is based on the referer header or the request, or the _previous_url request attribute, if defined. | |
registerValidatorTranslator ( |
||
rememberMeLoader ( |
Method | Description | |
---|---|---|
applyUserLocale ( Thelia\Core\Security\User\UserInterface $user, Thelia\Core\HttpFoundation\Session\Session $session ) | ||
getRememberMeAdmin ( Thelia\Core\HttpFoundation\Request $request, Thelia\Core\HttpFoundation\Session\Session $session ) | ||
getRememberMeCustomer ( Thelia\Core\HttpFoundation\Request $request, Thelia\Core\HttpFoundation\Session\Session $session, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher ) : array |
public __construct ( Thelia\Core\Translation\Translator $translator, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher ) | ||
$translator | Thelia\Core\Translation\Translator | |
$eventDispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface |
protected applyUserLocale ( Thelia\Core\Security\User\UserInterface $user, Thelia\Core\HttpFoundation\Session\Session $session ) | ||
$user | Thelia\Core\Security\User\UserInterface | |
$session | Thelia\Core\HttpFoundation\Session\Session |
public checkCurrency ( |
||
$event |
protected getRememberMeAdmin ( Thelia\Core\HttpFoundation\Request $request, Thelia\Core\HttpFoundation\Session\Session $session ) | ||
$request | Thelia\Core\HttpFoundation\Request | |
$session | Thelia\Core\HttpFoundation\Session\Session |
protected getRememberMeCustomer ( Thelia\Core\HttpFoundation\Request $request, Thelia\Core\HttpFoundation\Session\Session $session, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher ) : array | ||
$request | Thelia\Core\HttpFoundation\Request | |
$session | Thelia\Core\HttpFoundation\Session\Session | |
$dispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface | |
return | array |
public jsonBody ( |
||
$event |
public registerPreviousUrl ( Symfony\Component\HttpKernel\Event\PostResponseEvent $event ) | ||
$event | Symfony\Component\HttpKernel\Event\PostResponseEvent |
public registerValidatorTranslator ( |
||
$event |
public rememberMeLoader ( |
||
$event |