var/cache/dev/ContainerRqcFurT/getUx_TwigComponent_ComponentFactoryService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerRqcFurT;
  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. $b = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
  25. if (isset($container->privates['ux.twig_component.component_factory'])) {
  26. return $container->privates['ux.twig_component.component_factory'];
  27. }
  28. 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, [
  29. 'Maintenance' => [false, 'App\\Components\\Maintenance', 'getMaintenanceService', true],
  30. ], [
  31. 'Maintenance' => '?',
  32. ]), ($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);
  33. }
  34. }