PHP Class Sylius\Bundle\LocaleBundle\Listener\RequestLocaleSetter

Author: Kamil Kokot ([email protected])
Show file Open project: sylius/sylius

Public Methods

Method Description
__construct ( Sylius\Component\Locale\Context\LocaleContextInterface $localeContext, Sylius\Component\Locale\Provider\LocaleProviderInterface $localeProvider )
onKernelRequest ( GetResponseEvent $event )

Method Details

__construct() public method

public __construct ( Sylius\Component\Locale\Context\LocaleContextInterface $localeContext, Sylius\Component\Locale\Provider\LocaleProviderInterface $localeProvider )
$localeContext Sylius\Component\Locale\Context\LocaleContextInterface
$localeProvider Sylius\Component\Locale\Provider\LocaleProviderInterface

onKernelRequest() public method

public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent