public property Image::$maxWidthMessage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/validator/Constraints/Image.php \Symfony\Component\Validator\Constraints\Image::maxWidthMessage
File
- vendor/
symfony/ validator/ Constraints/ Image.php, line 70
Class
- Image
- @Target({"PROPERTY", "METHOD", "ANNOTATION"})
Namespace
Symfony\Component\Validator\ConstraintsCode
public $maxWidthMessage = 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.';