You are here

protected property ProtectedUserFieldConstraintValidator::$userStorage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php \Drupal\user\Plugin\Validation\Constraint\ProtectedUserFieldConstraintValidator::userStorage

User storage handler.

Type: \Drupal\user\UserStorageInterface

File

core/modules/user/src/Plugin/Validation/Constraint/ProtectedUserFieldConstraintValidator.php, line 26
Contains \Drupal\user\Plugin\Validation\Constraint\ProtectedUserFieldConstraintValidator.

Class

ProtectedUserFieldConstraintValidator
Validates the ProtectedUserFieldConstraint constraint.

Namespace

Drupal\user\Plugin\Validation\Constraint

Code

protected $userStorage;