var/cache/dev/ContainerHktwmap/getFrontControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerHktwmap;
  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 getFrontControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Controller\FrontController' shared autowired service.
  12.      *
  13.      * @return \App\Controller\FrontController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/src/Controller/EntityController.php';
  19.         include_once \dirname(__DIR__4).'/src/Controller/FrontController.php';
  20.         include_once \dirname(__DIR__4).'/src/Service/NotificationManager.php';
  21.         $container->services['App\\Controller\\FrontController'] = $instance = new \App\Controller\FrontController(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['App\\Service\\NotificationManager'] ?? ($container->services['App\\Service\\NotificationManager'] = new \App\Service\NotificationManager())), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['App\\Service\\LanguageManager'] ?? $container->load('getLanguageManagerService')), ($container->services['App\\Service\\AccountManager'] ?? $container->load('getAccountManagerService')), ($container->services['App\\Service\\ContactManager'] ?? $container->load('getContactManagerService')), ($container->services['App\\Service\\MailManager'] ?? $container->load('getMailManagerService')), ($container->services['App\\Service\\ContactMailManager'] ?? $container->load('getContactMailManagerService')), ($container->services['App\\Service\\RequestManager'] ?? $container->load('getRequestManagerService')), ($container->services['App\\Service\\NotificationService'] ?? $container->load('getNotificationServiceService')));
  22.         $instance->setContainer(($container->privates['.service_locator.GNc8e5B'] ?? $container->load('get_ServiceLocator_GNc8e5BService'))->withContext('App\\Controller\\FrontController'$container));
  23.         return $instance;
  24.     }
  25. }