protected property User::$userStorage in Drupal 10
Same name and namespace in other branches
- 8 core/modules/user/src/Plugin/views/argument_validator/User.php \Drupal\user\Plugin\views\argument_validator\User::userStorage
- 9 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_validatorCode
protected $userStorage;