function OneTimeAuthentication::__construct

Same name and namespace in other branches
  1. main core/modules/user/src/OneTimeAuthentication.php \Drupal\user\OneTimeAuthentication::__construct()

File

core/modules/user/src/OneTimeAuthentication.php, line 26

Class

OneTimeAuthentication
Generate and verify one time authentication codes.

Namespace

Drupal\user

Code

public function __construct(protected TimeInterface $time, protected LanguageManagerInterface $languageManager) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.