You are here

protected property UserLoginForm::$userAuth in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/Form/UserLoginForm.php \Drupal\user\Form\UserLoginForm::userAuth

The user authentication object.

Type: \Drupal\user\UserAuthInterface

File

core/modules/user/src/Form/UserLoginForm.php, line 41

Class

UserLoginForm
Provides a user login form.

Namespace

Drupal\user\Form

Code

protected $userAuth;