public property LengthConstraint::$maxMessage

Overrides Length::$maxMessage

File

drupal/core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php, line 29
Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\LengthConstraint.

Class

LengthConstraint
Length constraint.

Namespace

Drupal\Core\Validation\Plugin\Validation\Constraint

Code

public $maxMessage = 'This value is too long. It should have %limit character or less.|This value is too long. It should have %limit characters or less.';