var/cache/dev/ContainerMBEyLVQ/getTemplating_LocatorService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerMBEyLVQ;
  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 getTemplating_LocatorService extends appAppKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'templating.locator' shared service.
  12.      *
  13.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  14.      *
  15.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  16.      */
  17.     public static function do($container$lazyLoad true)
  18.     {
  19.         trigger_deprecation('''''The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
  20.         return $container->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($container->privates['file_locator'] ?? $container->load('getFileLocatorService')), $container->targetDir.'');
  21.     }
  22. }