public property LengthConstraint::$minMessage in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php \Drupal\Core\Validation\Plugin\Validation\Constraint\LengthConstraint::minMessage
Overrides Length::$minMessage
File
- core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ LengthConstraint.php, line 28 - Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\LengthConstraint.
Class
- LengthConstraint
- Length constraint.
Namespace
Drupal\Core\Validation\Plugin\Validation\ConstraintCode
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.';