var/cache/dev/ContainerLlnkrJO/getSecurity_Firewall_Map_Context_ShopService.php line 35

Open in your IDE?
  1. <?php
  2. namespace ContainerLlnkrJO;
  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_Firewall_Map_Context_ShopService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.firewall.map.context.shop' shared service.
  12.      *
  13.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  22.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  23.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  24.         $a = ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService());
  25.         $b = ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService'));
  26.         return $container->privates['security.firewall.map.context.shop'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) {
  27.             yield => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));
  28.             yield => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));
  29.             yield => ($container->privates['security.authentication.listener.guard.shop'] ?? $container->load('getSecurity_Authentication_Listener_Guard_ShopService'));
  30.             yield => ($container->privates['security.authentication.listener.rememberme.shop'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_ShopService'));
  31.             yield => ($container->privates['security.authentication.listener.anonymous.shop'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_ShopService'));
  32.             yield => ($container->privates['security.authentication.switchuser_listener.shop'] ?? $container->load('getSecurity_Authentication_SwitchuserListener_ShopService'));
  33.             yield => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  34.         }, 7), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'shop', ($container->privates['App\\Security\\Guard\\ShopUserProxyAuthenticator'] ?? $container->load('getShopUserProxyAuthenticatorService')), NULLNULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($container->privates['security.event_dispatcher.shop'] ?? $container->load('getSecurity_EventDispatcher_ShopService')), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'sylius_shop_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('shop''security.user_checker''.security.request_matcher.mP2ccGN'truefalse'sylius.shop_user_provider.email_or_name_based''shop''App\\Security\\Guard\\ShopUserProxyAuthenticator'NULLNULL, [=> 'switch_user'=> 'guard'=> 'remember_me'=> 'anonymous'], ['role' => 'ROLE_ALLOWED_TO_SWITCH''parameter' => '_switch_user']));
  35.     }
  36. }