var/cache/test/ContainerFG9Pgtp/getLoginFormAuthenticatorService.php line 27

Open in your IDE?
  1. <?php
  2. namespace ContainerFG9Pgtp;
  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_KernelTestDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator' shared autowired service.
  12.      *
  13.      * @return \Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  22.         include_once \dirname(__DIR__4).'/src/Platform/SecurityBundle/Service/Authenticator/LoginFormAuthenticator.php';
  23.         return $container->services['Platform\\SecurityBundle\\Service\\Authenticator\\LoginFormAuthenticator'] = new \Platform\SecurityBundle\Service\Authenticator\LoginFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')));
  24.     }
  25. }