var/cache/dev/ContainerNdwP8tg/getTemplatingService.php line 19

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the public 'templating' shared service.
  6. include_once $this->targetDirs[3].'/vendor/symfony/templating/EngineInterface.php';
  7. include_once $this->targetDirs[3].'/vendor/symfony/templating/StreamingEngineInterface.php';
  8. include_once $this->targetDirs[3].'/vendor/symfony/templating/DelegatingEngine.php';
  9. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/EngineInterface.php';
  10. include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Templating/DelegatingEngine.php';
  11. include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/TwigEngine.php';
  12. include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/TwigEngine.php';
  13. $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
  14. $instance->addEngine(new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? ($this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService())));
  15. $instance->addEngine(($this->privates['templating.engine.php'] ?? $this->load('getTemplating_Engine_PhpService.php')));
  16. return $instance;