You are here

protected property CommentNameConstraintValidator::$userStorage in Zircon Profile 8

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

User storage handler.

Type: \Drupal\user\UserStorageInterface

File

core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php, line 34
Contains \Drupal\comment\Plugin\Validation\Constraint\CommentNameConstraintValidator.

Class

CommentNameConstraintValidator
Validates the CommentName constraint.

Namespace

Drupal\comment\Plugin\Validation\Constraint

Code

protected $userStorage;