<?php
namespace ContainerC1MH1xT;
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 getEzpublishLegacy_ControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'ezpublish_legacy.controller' shared service.
*
* @return \eZ\Bundle\EzPublishLegacyBundle\Controller\LegacyKernelController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/legacy-bridge/bundle/Controller/LegacyKernelController.php';
include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/legacy-bridge/bundle/LegacyResponse/LegacyResponseManager.php';
$a = ($container->services['Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ChainConfigResolver'] ?? $container->getChainConfigResolverService());
return $container->services['ezpublish_legacy.controller'] = new \eZ\Bundle\EzPublishLegacyBundle\Controller\LegacyKernelController(($container->services['ezpublish_legacy.kernel.lazy'] ?? $container->getEzpublishLegacy_Kernel_LazyService()), $a, ($container->privates['ezpublish_legacy.uri_helper'] ?? ($container->privates['ezpublish_legacy.uri_helper'] = new \eZ\Publish\Core\MVC\Legacy\Kernel\URIHelper())), new \eZ\Bundle\EzPublishLegacyBundle\LegacyResponse\LegacyResponseManager(($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()), $a, ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), ($container->privates['ezpublish_legacy.templating.legacy_helper'] ?? $container->load('getEzpublishLegacy_Templating_LegacyHelperService')), ($container->services['Ibexa\\Core\\MVC\\Symfony\\Routing\\ChainRouter'] ?? $container->getChainRouterService()));
}
}