You are here

public property CommentNameConstraint::$messageRequired 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::messageRequired

Message shown when an admin changes the comment-author to an invalid user.

Type: string

File

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

Class

CommentNameConstraint
Supports validating comment author names.

Namespace

Drupal\comment\Plugin\Validation\Constraint

Code

public $messageRequired = 'You have to specify a valid author.';