You are here

public property Choice::$minMessage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Constraints/Choice.php \Symfony\Component\Validator\Constraints\Choice::minMessage

File

vendor/symfony/validator/Constraints/Choice.php, line 42

Class

Choice
@Target({"PROPERTY", "METHOD", "ANNOTATION"})

Namespace

Symfony\Component\Validator\Constraints

Code

public $minMessage = 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.';