public property LengthConstraint::$exactMessage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/LengthConstraint.php \Drupal\Core\Validation\Plugin\Validation\Constraint\LengthConstraint::exactMessage
Overrides Length::$exactMessage
File
- 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\ConstraintCode
public $exactMessage = 'This value should have exactly %limit character.|This value should have exactly %limit characters.';