24 lines
1.2 KiB
PHP
24 lines
1.2 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 getAssetMapper_Importmap_RendererService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the private 'asset_mapper.importmap.renderer' shared service.
|
|
*
|
|
* @return \Symfony\Component\AssetMapper\ImportMap\ImportMapRenderer
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
return $container->privates['asset_mapper.importmap.renderer'] = new \Symfony\Component\AssetMapper\ImportMap\ImportMapRenderer(($container->privates['asset_mapper.importmap.generator'] ?? $container->load('getAssetMapper_Importmap_GeneratorService')), ($container->privates['assets.packages'] ?? $container->load('getAssets_PackagesService')), 'UTF-8', 'es-module-shims', ['data-turbo-track' => 'reload'], ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
|
|
}
|
|
}
|