var/cache/dev/ContainerBM3Yo3O/getSonata_Intl_LocaleDetector_RequestStackService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerBM3Yo3O;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getSonata_Intl_LocaleDetector_RequestStackService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'sonata.intl.locale_detector.request_stack' shared service.
  12.      *
  13.      * @return \Sonata\IntlBundle\Locale\RequestStackDetector
  14.      *
  15.      * @deprecated Since sonata-project/intl-bundle 2.13: The "sonata.intl.locale_detector.request_stack" service is deprecated since sonata-project/intl-bundle 2.13 and will be removed in 3.0.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('sonata-project/intl-bundle''2.13''The "sonata.intl.locale_detector.request_stack" service is deprecated since sonata-project/intl-bundle 2.13 and will be removed in 3.0.');
  20.         return $container->services['sonata.intl.locale_detector.request_stack'] = new \Sonata\IntlBundle\Locale\RequestStackDetector(($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en');
  21.     }
  22. }