public property AllowedValuesConstraint::$minMessage in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AllowedValuesConstraint.php \Drupal\Core\Validation\Plugin\Validation\Constraint\AllowedValuesConstraint::minMessage
Overrides Choice::$minMessage
File
- core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ AllowedValuesConstraint.php, line 24 - Contains \Drupal\Core\Validation\Plugin\Validation\Constraint\AllowedValuesConstraint.
Class
- AllowedValuesConstraint
- Checks for the value being allowed.
Namespace
Drupal\Core\Validation\Plugin\Validation\ConstraintCode
public $minMessage = 'You must select at least %limit choice.|You must select at least %limit choices.';