var/cache/dev/ContainerWqAJScb/getLoginFormAuthenticatorService.php line 24

Open in your IDE?
  1. <?php
  2. namespace ContainerWqAJScb;
  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 getLoginFormAuthenticatorService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'App\Security\LoginFormAuthenticator' shared autowired service.
  12. *
  13. * @return \App\Security\LoginFormAuthenticator
  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/symfony/security-guard/PasswordAuthenticatedInterface.php';
  22. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  23. include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';
  24. $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  25. if (isset($container->privates['App\\Security\\LoginFormAuthenticator'])) {
  26. return $container->privates['App\\Security\\LoginFormAuthenticator'];
  27. }
  28. return $container->privates['App\\Security\\LoginFormAuthenticator'] = new \App\Security\LoginFormAuthenticator($a, ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->get_Container_Private_Security_Csrf_TokenManagerService()), ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService')));
  29. }
  30. }