CKEditor5ElementConstraint::$requiredAttributeMinValuesMessage
Same name in other branches
- 10 core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\CKEditor5ElementConstraint::requiredAttributeMinValuesMessage
- 11.x core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5ElementConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\CKEditor5ElementConstraint::requiredAttributeMinValuesMessage
Violation message when a required attribute does not allow enough values.
Type: string
File
-
core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ CKEditor5ElementConstraint.php, line 38
Class
- CKEditor5ElementConstraint
- CKEditor 5 element.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
public $requiredAttributeMinValuesMessage = 'The following tag does not have the minimum of @min_attribute_value_count allowed values for the required attribute <code>@required_attribute_name</code>: <code>@provided_element</code>.';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.