var/cache/dev/ContainerWHklRYO/getSecurity_Authentication_FormEntryPoint_MainService.php line 21

Open in your IDE?
  1. <?php
  2. namespace ContainerWHklRYO;
  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_MainService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authentication.form_entry_point.main' 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.         $a = ($container->services['http_kernel'] ?? $container->getHttpKernelService());
  20.         if (isset($container->privates['security.authentication.form_entry_point.main'])) {
  21.             return $container->privates['security.authentication.form_entry_point.main'];
  22.         }
  23.         return $container->privates['security.authentication.form_entry_point.main'] = new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a, ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'login'false);
  24.     }
  25. }