var/cache/dev/ContainerXxUiZxH/getTemplatingService.php line 11

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. @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  7. $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
  8. $a $this->load('getTemplating_Engine_TwigService.php');
  9. $instance->addEngine($a);
  10. $instance->addEngine($a);
  11. return $instance;