You are here

protected property CommentNameConstraintValidator::$context 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::context

Validator 2.5 and upwards compatible execution context.

Type: \Symfony\Component\Validator\Context\ExecutionContextInterface

Overrides ConstraintValidator::$context

File

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

Class

CommentNameConstraintValidator
Validates the CommentName constraint.

Namespace

Drupal\comment\Plugin\Validation\Constraint

Code

protected $context;