function 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.