var/cache/dev/ContainerMBEyLVQ/getTemplating_NameParserService.php line 20

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_NameParserService extends appAppKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'templating.name_parser' shared service.
  12.      *
  13.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  14.      *
  15.      * @deprecated The "templating.name_parser" 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.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
  20.         return $container->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($container->services['kernel'] ?? $container->get('kernel'1)));
  21.     }
  22. }