var/cache/dev/ContainerUD2scAf/getSecurity_Authentication_FormEntryPoint_UserFwService.php line 21

Open in your IDE?
  1. <?php
  2. namespace ContainerUD2scAf;
  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_Authentication_FormEntryPoint_UserFwService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authentication.form_entry_point.user_fw' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  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-http/EntryPoint/FormAuthenticationEntryPoint.php';
  19.         return $container->privates['security.authentication.form_entry_point.user_fw'] = new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), ($container->privates['security.http_utils'] ?? $container->getSecurity_HttpUtilsService()), 'secure_login'false);
  20.     }
  21. }