var/cache/dev/ContainerC1MH1xT/getPasswordResetControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerC1MH1xT;
  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 getPasswordResetControllerService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the public 'Ibexa\Bundle\User\Controller\PasswordResetController' shared autowired service.
  12. *
  13. * @return \Ibexa\Bundle\User\Controller\PasswordResetController
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18. include_once \dirname(__DIR__, 4).'/vendor/ibexa/user/src/bundle/Controller/Controller.php';
  19. include_once \dirname(__DIR__, 4).'/vendor/ibexa/user/src/bundle/Controller/PasswordResetController.php';
  20. $container->services['Ibexa\\Bundle\\User\\Controller\\PasswordResetController'] = $instance = new \Ibexa\Bundle\User\Controller\PasswordResetController(($container->privates['Ibexa\\User\\Form\\Factory\\FormFactory'] ?? $container->load('getFormFactory2Service')), ($container->services['ibexa.api.service.user'] ?? $container->getIbexa_Api_Service_UserService()), ($container->privates['Ibexa\\AdminUi\\Notification\\TranslatableNotificationHandler'] ?? $container->load('getTranslatableNotificationHandlerService')), ($container->privates['Ibexa\\Core\\Repository\\Permission\\CachedPermissionService'] ?? $container->getCachedPermissionServiceService()), ($container->services['Ibexa\\Bundle\\Core\\DependencyInjection\\Configuration\\ChainConfigResolver'] ?? $container->getChainConfigResolverService()), ($container->services['Ibexa\\AdminUi\\Notifier\\PasswordReset'] ?? $container->load('getPasswordResetService')));
  21. $instance->setContainer($container);
  22. return $instance;
  23. }
  24. }