var/cache/dev/ContainerMBEyLVQ/getTemplating_CacheWarmer_TemplatePathsService.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_CacheWarmer_TemplatePathsService extends appAppKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  12.      *
  13.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  14.      *
  15.      * @deprecated The "templating.cache_warmer.template_paths" 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.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
  20.         return $container->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($container->privates['templating.finder'] ?? $container->load('getTemplating_FinderService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
  21.     }
  22. }