var/cache/dev/ContainerBM3Yo3O/getSonata_Intl_TimezoneDetector_LocaleService.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_TimezoneDetector_LocaleService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'sonata.intl.timezone_detector.locale' shared service.
  12.      *
  13.      * @return \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector
  14.      *
  15.      * @deprecated Since sonata-project/intl-bundle 2.13: The "sonata.intl.timezone_detector.locale" 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.timezone_detector.locale" service is deprecated since sonata-project/intl-bundle 2.13 and will be removed in 3.0.');
  20.         return $container->services['sonata.intl.timezone_detector.locale'] = new \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector(($container->services['sonata.intl.locale_detector.request_stack'] ?? $container->load('getSonata_Intl_LocaleDetector_RequestStackService')), []);
  21.     }
  22. }