var/cache/dev/Container5LcGo74/getContao_Routing_UrlGeneratorService.php line 18

Open in your IDE?
  1. <?php
  2. namespace Container5LcGo74;
  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 getContao_Routing_UrlGeneratorService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'contao.routing.url_generator' shared service.
  12.      *
  13.      * @return \Contao\CoreBundle\Routing\UrlGenerator
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/contao/core-bundle/src/Routing/UrlGenerator.php';
  18.         return $container->services['contao.routing.url_generator'] = new \Contao\CoreBundle\Routing\UrlGenerator(($container->services['router'] ?? $container->getRouterService()), ($container->services['contao.framework'] ?? $container->getContao_FrameworkService()), false);
  19.     }
  20. }