var/cache/dev/Container962LxtE/getLoginFormAuthenticatorService.php line 16

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'App\Security\Authentication\LoginFormAuthenticator' shared autowired service.
  6. include_once $this->targetDirs[3].'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7. include_once $this->targetDirs[3].'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  8. include_once $this->targetDirs[3].'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  9. include_once $this->targetDirs[3].'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  10. include_once $this->targetDirs[3].'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11. include_once $this->targetDirs[3].'/src/Security/Authentication/LoginFormAuthenticator.php';
  12. return $this->privates['App\\Security\\Authentication\\LoginFormAuthenticator'] = new \App\Security\Authentication\LoginFormAuthenticator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.csrf.token_manager'] ?? $this->load('getSecurity_Csrf_TokenManagerService.php')), ($this->services['security.password_encoder'] ?? $this->load('getSecurity_PasswordEncoderService.php')), ($this->privates['session.flash_bag'] ?? ($this->privates['session.flash_bag'] = new \Symfony\Component\HttpFoundation\Session\Flash\FlashBag())), ($this->privates['App\\Handler\\UserActionHandler'] ?? $this->load('getUserActionHandlerService.php')));