You are here

public property Length::$minMessage in Plug 7

File

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

Class

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

Namespace

Symfony\Component\Validator\Constraints

Code

public $minMessage = 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.';