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