public property Length::$minMessage

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Length.php, line 27

Class

Length
@author Bernhard Schussek <bschussek@gmail.com>

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.';