function LoginFinalizer::__construct
Same name and namespace in other branches
- 11.x core/modules/user/src/LoginFinalizer.php \Drupal\user\LoginFinalizer::__construct()
File
-
core/
modules/ user/ src/ LoginFinalizer.php, line 20
Class
- LoginFinalizer
- Finalize user login.
Namespace
Drupal\userCode
public function __construct(protected AccountProxyInterface $accountProxy, protected RequestStack $requestStack, protected EntityTypeManagerInterface $entityTypeManager, protected ModuleHandlerInterface $moduleHandler, #[Autowire(service: 'logger.channel.user')] protected LoggerInterface $logger, protected TimeInterface $time) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.