You are here

public property Range::$maxMessage in Zircon Profile 8

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

File

vendor/symfony/validator/Constraints/Range.php, line 36

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $maxMessage = 'This value should be {{ limit }} or less.';