function CommentNameConstraintValidator::__construct

Same name in other branches
  1. 9 core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php \Drupal\comment\Plugin\Validation\Constraint\CommentNameConstraintValidator::__construct()
  2. 10 core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php \Drupal\comment\Plugin\Validation\Constraint\CommentNameConstraintValidator::__construct()
  3. 11.x core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php \Drupal\comment\Plugin\Validation\Constraint\CommentNameConstraintValidator::__construct()

Constructs a new CommentNameConstraintValidator.

Parameters

\Drupal\user\UserStorageInterface $user_storage: The user storage handler.

File

core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php, line 37

Class

CommentNameConstraintValidator
Validates the CommentName constraint.

Namespace

Drupal\comment\Plugin\Validation\Constraint

Code

public function __construct(UserStorageInterface $user_storage) {
    $this->userStorage = $user_storage;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.