You are here

protected property UserLoginForm::$userStorage in Drupal 9

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

The user storage.

Type: \Drupal\user\UserStorageInterface

File

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

Class

UserLoginForm
Provides a user login form.

Namespace

Drupal\user\Form

Code

protected $userStorage;