var/cache/dev/Container9J9tzGK/getControllerHelperService.php line 18

Open in your IDE?
  1. <?php
  2. namespace Container9J9tzGK;
  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 getControllerHelperService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Application\Controller\ControllerHelper' shared autowired service.
  12.      *
  13.      * @return \App\Application\Controller\ControllerHelper
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Application/Controller/ControllerHelper.php';
  18.         $a = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
  19.         if (isset($container->services['App\\Application\\Controller\\ControllerHelper'])) {
  20.             return $container->services['App\\Application\\Controller\\ControllerHelper'];
  21.         }
  22.         $b = ($container->services['.container.private.form.factory'] ?? $container->load('get_Container_Private_Form_FactoryService'));
  23.         if (isset($container->services['App\\Application\\Controller\\ControllerHelper'])) {
  24.             return $container->services['App\\Application\\Controller\\ControllerHelper'];
  25.         }
  26.         return $container->services['App\\Application\\Controller\\ControllerHelper'] = new \App\Application\Controller\ControllerHelper($a, ($container->services['router'] ?? $container->getRouterService()), $b$container->load('getSession_FlashBagService'), ($container->services['translator'] ?? $container->getTranslatorService()));
  27.     }
  28. }