You are here

public property CommentNameConstraint::$messageMatch in Zircon Profile 8

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

Message shown when the name doesn't match the author's name.

Type: string

File

core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php, line 42
Contains \Drupal\comment\Plugin\Validation\Constraint\CommentNameConstraint.

Class

CommentNameConstraint
Supports validating comment author names.

Namespace

Drupal\comment\Plugin\Validation\Constraint

Code

public $messageMatch = 'The specified author name does not match the comment author.';