var/cache/dev/ContainerC1MH1xT/getEzpublishLegacy_ControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerC1MH1xT;
  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 getEzpublishLegacy_ControllerService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the public 'ezpublish_legacy.controller' shared service.
  12. *
  13. * @return \eZ\Bundle\EzPublishLegacyBundle\Controller\LegacyKernelController
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/legacy-bridge/bundle/Controller/LegacyKernelController.php';
  18. include_once \dirname(__DIR__, 4).'/vendor/se7enxweb/legacy-bridge/bundle/LegacyResponse/LegacyResponseManager.php';
  19. $a = ($container->services['Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ChainConfigResolver'] ?? $container->getChainConfigResolverService());
  20. 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()));
  21. }
  22. }