public property LengthConstraint::$minMessage

Overrides Length::$minMessage

File

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

Class

LengthConstraint
Length constraint.

Namespace

Drupal\Core\Validation\Plugin\Validation\Constraint

Code

public $minMessage = 'This value is too short. It should have %limit character or more.|This value is too short. It should have %limit characters or more.';