var/cache/test/ContainerX74tA3D/getFrontendBuilderService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerX74tA3D;
  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 getFrontendBuilderService extends App_KernelTestDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Cms\FrontendBundle\Service\FrontendBuilder' shared autowired service.
  12.      *
  13.      * @return \Cms\FrontendBundle\Service\FrontendBuilder
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Cms/FrontendBundle/Service/FrontendBuilder.php';
  18.         $a = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
  19.         if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
  20.             return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
  21.         }
  22.         $b = ($container->services['Cms\\ContentBundle\\Service\\FrontendRenderer'] ?? $container->load('getFrontendRendererService'));
  23.         if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
  24.             return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
  25.         }
  26.         $c = ($container->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $container->getModuleManagerService());
  27.         if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
  28.             return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
  29.         }
  30.         $d = ($container->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $container->getSceneRendererService());
  31.         if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
  32.             return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
  33.         }
  34.         $e = ($container->services['Cms\\ModuleBundle\\Service\\PublicationService'] ?? $container->getPublicationServiceService());
  35.         if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
  36.             return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
  37.         }
  38.         return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'] = new \Cms\FrontendBundle\Service\FrontendBuilder(($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))), ($container->privates['Cms\\ContainerBundle\\Service\\ContainerService'] ?? $container->getContainerServiceService()), ($container->services['Cms\\ThemeBundle\\Service\\Twig\\Loader\\DatabaseLoader'] ?? $container->getDatabaseLoaderService()), ($container->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $container->getEntityManagerService()), $a$b$c, ($container->services['Cms\\ThemeBundle\\Service\\PackageManager'] ?? $container->getPackageManagerService()), ($container->privates['Cms\\CoreBundle\\Service\\Aws\\S3Wrapper'] ?? $container->getS3WrapperService()), $d, ($container->privates['Cms\\ThemeBundle\\Service\\ThemeManager'] ?? $container->load('getThemeManagerService')), ($container->services['Cms\\CoreBundle\\Service\\Transcoding\\Transcoder'] ?? $container->getTranscoderService()), ($container->services['Cms\\CoreBundle\\Service\\ContextManager'] ?? $container->getContextManagerService()), $e, ($container->privates['Cms\\FileBundle\\Service\\MimeHelper'] ?? $container->load('getMimeHelperService')), ($container->privates['App\\Service\\MediaDecorator'] ?? $container->getMediaDecoratorService()));
  39.     }
  40. }