var/cache/dev/ContainerYoKJZrB/getContentAdminControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerYoKJZrB;
  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 getContentAdminControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Application\Project\ContentBundle\Controller\ContentAdminController' shared autowired service.
  12.      *
  13.      * @return \App\Application\Project\ContentBundle\Controller\ContentAdminController
  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).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  19.         include_once \dirname(__DIR__4).'/src/Application/Project/ContentBundle/Controller/Base/BaseAdminController.php';
  20.         include_once \dirname(__DIR__4).'/src/Application/Project/ContentBundle/Controller/ContentAdminController.php';
  21.         $container->services['App\\Application\\Project\\ContentBundle\\Controller\\ContentAdminController'] = $instance = new \App\Application\Project\ContentBundle\Controller\ContentAdminController(($container->privates['App\\Application\\Project\\ContentBundle\\Service\\AdminACL'] ?? $container->load('getAdminACLService')), ($container->privates['App\\Application\\Project\\ContentBundle\\Service\\ApiACL'] ?? $container->load('getApiACLService')), ($container->privates['App\\Application\\Project\\ContentBundle\\Service\\WebACL'] ?? $container->load('getWebACLService')), ($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->services['sonata.media.pool'] ?? $container->getSonata_Media_PoolService()), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), ($container->privates['App\\Application\\Project\\SettingBundle\\Service\\ServiceEmail'] ?? $container->load('getServiceEmailService')), ($container->privates['App\\Application\\Project\\SettingBundle\\Service\\ServiceComteleSMS'] ?? $container->load('getServiceComteleSMSService')));
  22.         $instance->setContainer(($container->privates['.service_locator._y0V3_x'] ?? $container->load('get_ServiceLocator_Y0V3XService'))->withContext('App\\Application\\Project\\ContentBundle\\Controller\\ContentAdminController'$container));
  23.         return $instance;
  24.     }
  25. }