<?php
namespace ContainerKw9eKg9;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getFrontendBuilderService extends App_KernelTestDebugContainer
{
/**
* Gets the public 'Cms\FrontendBundle\Service\FrontendBuilder' shared autowired service.
*
* @return \Cms\FrontendBundle\Service\FrontendBuilder
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Cms/FrontendBundle/Service/FrontendBuilder.php';
$a = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
}
$b = ($container->services['Cms\\ContentBundle\\Service\\FrontendRenderer'] ?? $container->load('getFrontendRendererService'));
if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
}
$c = ($container->services['Cms\\ModuleBundle\\Service\\ModuleManager'] ?? $container->getModuleManagerService());
if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
}
$d = ($container->services['Cms\\CoreBundle\\Service\\SceneRenderer'] ?? $container->getSceneRendererService());
if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
}
$e = ($container->services['Cms\\ModuleBundle\\Service\\PublicationService'] ?? $container->getPublicationServiceService());
if (isset($container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'])) {
return $container->services['Cms\\FrontendBundle\\Service\\FrontendBuilder'];
}
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()));
}
}