var/cache/dev/ContainerZ3xACxp/getErpAuthenticatorService.php line 41

Open in your IDE?
  1. <?php
  2. namespace ContainerZ3xACxp;
  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 getErpAuthenticatorService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Security\Authenticator\ErpAuthenticator' shared autowired service.
  12.      *
  13.      * @return \App\Security\Authenticator\ErpAuthenticator
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  21.         include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/Authenticator/FormAuthenticator.php';
  22.         include_once \dirname(__DIR__4).'/src/Security/Authenticator/ErpAuthenticator.php';
  23.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  24.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  25.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  26.         include_once \dirname(__DIR__4).'/vendor/crea/security-bundle/src/Voter/UserVoter.php';
  27.         $a = ($container->services['router'] ?? $container->getRouterService());
  28.         if (isset($container->privates['App\\Security\\Authenticator\\ErpAuthenticator'])) {
  29.             return $container->privates['App\\Security\\Authenticator\\ErpAuthenticator'];
  30.         }
  31.         $b = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
  32.         if (isset($container->privates['App\\Security\\Authenticator\\ErpAuthenticator'])) {
  33.             return $container->privates['App\\Security\\Authenticator\\ErpAuthenticator'];
  34.         }
  35.         $c = ($container->privates['Crea\\SecurityBundle\\Helper\\RedirectionHelper'] ?? $container->load('getRedirectionHelperService'));
  36.         if (isset($container->privates['App\\Security\\Authenticator\\ErpAuthenticator'])) {
  37.             return $container->privates['App\\Security\\Authenticator\\ErpAuthenticator'];
  38.         }
  39.         return $container->privates['App\\Security\\Authenticator\\ErpAuthenticator'] = new \App\Security\Authenticator\ErpAuthenticator($a, ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['translator'] ?? $container->getTranslatorService()), $b$c, ($container->privates['Crea\\SecurityBundle\\Voter\\UserVoter'] ?? ($container->privates['Crea\\SecurityBundle\\Voter\\UserVoter'] = new \Crea\SecurityBundle\Voter\UserVoter())), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')));
  40.     }
  41. }