public property ItemsCountConstraint::$message in Media entity slideshow 8
Same name and namespace in other branches
- 8.2 src/Plugin/Validation/Constraint/ItemsCountConstraint.php \Drupal\media_entity_slideshow\Plugin\Validation\Constraint\ItemsCountConstraint::message
The default violation message.
Type: string
File
- src/
Plugin/ Validation/ Constraint/ ItemsCountConstraint.php, line 29
Class
- ItemsCountConstraint
- Check number of slideshow items.
Namespace
Drupal\media_entity_slideshow\Plugin\Validation\ConstraintCode
public $message = 'At least one slideshow item must exist.';