var/cache/dev/ContainerD8DRxp2/getUx_TwigComponent_ComponentFactoryService.php line 30

Open in your IDE?
  1. <?php
  2. namespace ContainerD8DRxp2;
  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 getUx_TwigComponent_ComponentFactoryService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'ux.twig_component.component_factory' shared service.
  12. *
  13. * @return \Symfony\UX\TwigComponent\ComponentFactory
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentFactory.php';
  18. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinderInterface.php';
  19. include_once \dirname(__DIR__, 4).'/vendor/symfony/ux-twig-component/src/ComponentTemplateFinder.php';
  20. $a = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  21. if (isset($container->privates['ux.twig_component.component_factory'])) {
  22. return $container->privates['ux.twig_component.component_factory'];
  23. }
  24. 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, [
  25. 'OwnerTypeForm' => [false, 'App\\Twig\\OwnerTypeForm', 'getOwnerTypeFormService', true],
  26. 'RouteStopFormType' => [false, 'App\\Twig\\RouteStopFormType', 'getRouteStopFormTypeService', true],
  27. 'SmsSetupForm' => [false, 'App\\Twig\\SmsSetupForm', 'getSmsSetupFormService', true],
  28. ], [
  29. 'OwnerTypeForm' => '?',
  30. 'RouteStopFormType' => '?',
  31. 'SmsSetupForm' => '?',
  32. ]), ($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']);
  33. }
  34. }