public property ToolbarItemConstraint::$message in Drupal 10
The default violation message.
Type: string
File
- core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ ToolbarItemConstraint.php, line 26
Class
- ToolbarItemConstraint
- A CKEditor 5 toolbar item.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
public $message = 'The provided toolbar item %toolbar_item is not valid.';