public property Length::$maxMessage

File

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

Class

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

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