public property UserNameConstraint::$tooLongMessage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/user/src/Plugin/Validation/Constraint/UserNameConstraint.php \Drupal\user\Plugin\Validation\Constraint\UserNameConstraint::tooLongMessage
File
- core/
modules/ user/ src/ Plugin/ Validation/ Constraint/ UserNameConstraint.php, line 27 - Contains \Drupal\user\Plugin\Validation\Constraint\UserNameConstraint.
Class
- UserNameConstraint
- Checks if a value is a valid user name.
Namespace
Drupal\user\Plugin\Validation\ConstraintCode
public $tooLongMessage = 'The username %name is too long: it must be %max characters or less.';