caisse-bliss/var/cache/dev/ContainerVvRT4pd/getDebug_FileLinkFormatter_UrlFormatService.php
2023-06-20 19:14:19 +02:00

23 lines
839 B
PHP

<?php
namespace ContainerVvRT4pd;
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 getDebug_FileLinkFormatter_UrlFormatService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'debug.file_link_formatter.url_format' shared service.
*
* @return \string
*/
public static function do($container, $lazyLoad = true)
{
return $container->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($container->services['router'] ?? $container->getRouterService()), '_profiler_open_file', '?file=%f&line=%l#line%l');
}
}