<?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 getHtmlViewHandlerService extends App_KernelTestDebugContainer
{
/**
* Gets the private 'App\Component\ViewLayer\ViewHandlers\HtmlViewHandler' shared autowired service.
*
* @return \App\Component\ViewLayer\ViewHandlers\HtmlViewHandler
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/App/Component/ViewLayer/AbstractViewHandler.php';
include_once \dirname(__DIR__, 4).'/src/App/Component/ViewLayer/ViewHandlers/HtmlViewHandler.php';
$a = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->privates['App\\Component\\ViewLayer\\ViewHandlers\\HtmlViewHandler'])) {
return $container->privates['App\\Component\\ViewLayer\\ViewHandlers\\HtmlViewHandler'];
}
return $container->privates['App\\Component\\ViewLayer\\ViewHandlers\\HtmlViewHandler'] = new \App\Component\ViewLayer\ViewHandlers\HtmlViewHandler($a);
}
}