You are here

protected property UserAuth::$passwordChecker in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/src/UserAuth.php \Drupal\user\UserAuth::passwordChecker

The password hashing service.

Type: \Drupal\Core\Password\PasswordInterface

File

core/modules/user/src/UserAuth.php, line 30
Contains \Drupal\user\UserAuth.

Class

UserAuth
Validates user authentication credentials.

Namespace

Drupal\user

Code

protected $passwordChecker;