FileImageDimensionsConstraint::$messageResizedImageTooSmall

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

Code

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.