function LoginFinalizer::__construct

Same name and namespace in other branches
  1. main 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\user

Code

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.