var/cache/dev/ContainerVpD3Kjw/getSecurity_ChannelListenerService.php line 22

Open in your IDE?
  1. <?php
  2. namespace ContainerVpD3Kjw;
  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 getSecurity_ChannelListenerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.channel_listener' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  22.         $a = ($container->privates['router.request_context'] ?? $container->getRouter_RequestContextService());
  23.         return $container->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($container->privates['security.access_map'] ?? ($container->privates['security.access_map'] = new \Symfony\Component\Security\Http\AccessMap())), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint($a->getHttpPort(), $a->getHttpsPort()), ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()));
  24.     }
  25. }