You are here

protected property User::$userStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/views/argument_validator/User.php \Drupal\user\Plugin\views\argument_validator\User::userStorage
  2. 10 core/modules/user/src/Plugin/views/argument_validator/User.php \Drupal\user\Plugin\views\argument_validator\User::userStorage

The user storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/user/src/Plugin/views/argument_validator/User.php, line 26

Class

User
Validate whether an argument is a valid user.

Namespace

Drupal\user\Plugin\views\argument_validator

Code

protected $userStorage;