<?php
namespace ContainerD8DRxp2;
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'];
}
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, [
'OwnerTypeForm' => [false, 'App\\Twig\\OwnerTypeForm', 'getOwnerTypeFormService', true],
'RouteStopFormType' => [false, 'App\\Twig\\RouteStopFormType', 'getRouteStopFormTypeService', true],
'SmsSetupForm' => [false, 'App\\Twig\\SmsSetupForm', 'getSmsSetupFormService', true],
], [
'OwnerTypeForm' => '?',
'RouteStopFormType' => '?',
'SmsSetupForm' => '?',
]), ($container->privates['property_accessor'] ?? $container->load('getPropertyAccessorService')), $a, ['OwnerTypeForm' => ['expose_public_props' => true, 'attributes_var' => 'attributes', 'live' => true, 'csrf' => true, 'route' => 'ux_live_component', 'method' => 'post', 'url_reference_type' => 1, 'key' => 'OwnerTypeForm', 'service_id' => 'App\\Twig\\OwnerTypeForm', 'class' => 'App\\Twig\\OwnerTypeForm', 'template' => 'components/OwnerTypeForm.html.twig', 'pre_mount' => [], 'mount' => [], 'post_mount' => [0 => 'initializeForm']], 'RouteStopFormType' => ['expose_public_props' => true, 'attributes_var' => 'attributes', 'live' => true, 'csrf' => true, 'route' => 'ux_live_component', 'method' => 'post', 'url_reference_type' => 1, 'key' => 'RouteStopFormType', 'service_id' => 'App\\Twig\\RouteStopFormType', 'class' => 'App\\Twig\\RouteStopFormType', 'template' => 'components/RouteStopFormType.html.twig', 'pre_mount' => [], 'mount' => [], 'post_mount' => [0 => 'initializeForm']], 'SmsSetupForm' => ['expose_public_props' => true, 'attributes_var' => 'attributes', 'live' => true, 'csrf' => true, 'route' => 'ux_live_component', 'method' => 'post', 'url_reference_type' => 1, 'key' => 'SmsSetupForm', 'service_id' => 'App\\Twig\\SmsSetupForm', 'class' => 'App\\Twig\\SmsSetupForm', 'template' => 'components/SmsSetupForm.html.twig', 'pre_mount' => [], 'mount' => [], 'post_mount' => [0 => 'initializeForm']]], ['App\\Twig\\OwnerTypeForm' => 'OwnerTypeForm', 'App\\Twig\\RouteStopFormType' => 'RouteStopFormType', 'App\\Twig\\SmsSetupForm' => 'SmsSetupForm']);
}
}