<?php
namespace ContainerRqcFurT;
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 getUx_TwigComponent_ComponentFactoryService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'ux.twig_component.component_factory' shared service.
*
* @return \Symfony\UX\TwigComponent\ComponentFactory
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php';
$a = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
if (isset($container->privates['ux.twig_component.component_factory'])) {
return $container->privates['ux.twig_component.component_factory'];
}
$b = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->privates['ux.twig_component.component_factory'])) {
return $container->privates['ux.twig_component.component_factory'];
}
return $container->privates['ux.twig_component.component_factory'] = new \Symfony\UX\TwigComponent\ComponentFactory(new \Symfony\UX\TwigComponent\ComponentTemplateFinder(($container->privates['twig.loader.native_filesystem'] ?? $container->getTwig_Loader_NativeFilesystemService()), NULL), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService, [
'Maintenance' => [false, 'App\\Components\\Maintenance', 'getMaintenanceService', true],
], [
'Maintenance' => '?',
]), ($container->privates['property_accessor'] ?? $container->getPropertyAccessorService()), $a, ['Maintenance' => ['key' => 'Maintenance', 'expose_public_props' => true, 'attributes_var' => 'attributes', 'live' => true, 'csrf' => true, 'route' => 'ux_live_component', 'method' => 'post', 'url_reference_type' => 1, 'service_id' => 'App\\Components\\Maintenance', 'class' => 'App\\Components\\Maintenance', 'template' => 'components/Maintenance.html.twig', 'pre_mount' => [], 'mount' => [], 'post_mount' => []]], ['App\\Components\\Maintenance' => 'Maintenance'], $b);
}
}