var/cache/dev/ContainerLUlLAS7/getRequestService.php line 23

Open in your IDE?
  1. <?php
  2. namespace ContainerLUlLAS7;
  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 getRequestService extends Contao_ManagerBundle_HttpKernel_ContaoKernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'HeimrichHannot\RequestBundle\Component\HttpFoundation\Request' shared service.
  12.      *
  13.      * @return \HeimrichHannot\RequestBundle\Component\HttpFoundation\Request
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Request.php';
  18.         include_once \dirname(__DIR__4).'/vendor/heimrichhannot/contao-request-bundle/src/Component/HttpFoundation/Request.php';
  19.         return $container->services['HeimrichHannot\\RequestBundle\\Component\\HttpFoundation\\Request'] = new \HeimrichHannot\RequestBundle\Component\HttpFoundation\Request(($container->services['contao.framework'] ?? $container->getContao_FrameworkService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->services['contao.routing.scope_matcher'] ?? $container->getContao_Routing_ScopeMatcherService()));
  20.     }
  21. }