You are here

public property Length::$maxMessage in Plug 7

File

lib/Symfony/validator/Symfony/Component/Validator/Constraints/Length.php, line 35

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $maxMessage = 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.';