34 lines
1.9 KiB
PHP
34 lines
1.9 KiB
PHP
<?php
|
|
|
|
namespace ContainerEvwr5zZ;
|
|
|
|
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
|
|
use Symfony\Component\DependencyInjection\ContainerInterface;
|
|
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_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the private 'ux.twig_component.component_factory' shared service.
|
|
*
|
|
* @return \Symfony\UX\TwigComponent\ComponentFactory
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$a = ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container));
|
|
|
|
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->load('getTwig_Loader_NativeFilesystemService')), 'components/'), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [
|
|
'ea:Icon' => [false, 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon', 'getIconService', true],
|
|
], [
|
|
'ea:Icon' => '?',
|
|
]), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)), $a, ['ea:Icon' => ['key' => 'ea:Icon', 'service_id' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon', 'class' => 'EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon', 'template' => '@EasyAdmin/components/Icon.html.twig']], ['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon' => 'ea:Icon']);
|
|
}
|
|
}
|