caisse-bliss/var/cache/dev/ContainerVvRT4pd/getDebug_FileLinkFormatter_UrlFormatService.php

23 lines
839 B
PHP
Raw Normal View History

2023-06-19 12:13:30 +02:00
<?php
2023-06-20 19:14:19 +02:00
namespace ContainerVvRT4pd;
2023-06-19 12:13:30 +02:00
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');
}
}