FileImageDimensionsConstraint::$messageImageTooSmall
Same name in other branches
- 11.x core/modules/file/src/Plugin/Validation/Constraint/FileImageDimensionsConstraint.php \Drupal\file\Plugin\Validation\Constraint\FileImageDimensionsConstraint::messageImageTooSmall
The image too small message.
Type: string
File
-
core/
modules/ file/ src/ Plugin/ Validation/ Constraint/ FileImageDimensionsConstraint.php, line 47
Class
- FileImageDimensionsConstraint
- File extension dimensions constraint.
Namespace
Drupal\file\Plugin\Validation\ConstraintCode
public string $messageImageTooSmall = 'The image is too small. The minimum dimensions are %dimensions pixels and the image size is %widthx%height pixels.';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.