FileImageDimensionsConstraint::$messageImageTooSmall

Same name and namespace in other branches
  1. 10 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\Constraint

Code

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.