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

Open in your IDE?
  1. <?php
  2. namespace Container5SP8a3f;
  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.         include_once \dirname(__DIR__4).'/src/Application/Project/MediaBundle/Service/MockMediaPool.php';
  22.         $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['App\\Application\\Project\\MediaBundle\\Service\\MockMediaPool'] ?? ($container->services['App\\Application\\Project\\MediaBundle\\Service\\MockMediaPool'] = new \App\Application\Project\MediaBundle\Service\MockMediaPool())), ($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')));
  23.         $instance->setContainer(($container->privates['.service_locator.0CPPaPU'] ?? $container->load('get_ServiceLocator_0CPPaPUService'))->withContext('App\\Application\\Project\\ContentBundle\\Controller\\ContentAdminController'$container));
  24.         return $instance;
  25.     }
  26. }