var/cache/dev/ContainerAdNOpQA/getWamUser_Controller_LoginUserService.php line 18

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 public 'wam_user.controller.login_user' shared service.
  6. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Util/Interfaces/RendererAwareInterface.php';
  7. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Util/Interfaces/FormFactoryAwareInterface.php';
  8. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Util/Traits/RendererTrait.php';
  9. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Controller/Traits/RendererControllerTrait.php';
  10. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Util/Traits/FormFactoryAwareTrait.php';
  11. include_once \dirname(__DIR__4).'/vendor/wearemarketing/userbundle/Controller/User/LoginController.php';
  12. $this->services['wam_user.controller.login_user'] = $instance = new \WAM\Bundle\UserBundle\Controller\User\LoginController(($this->services['security.authentication_utils'] ?? $this->load('getSecurity_AuthenticationUtilsService.php')), 'WAM\\Bundle\\UserBundle\\Form\\Type\\LoginFormType');
  13. $instance->setTwig(($this->services['twig'] ?? $this->getTwigService()));
  14. $instance->setFormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  15. return $instance;