function ToolbarItemConstraint::__construct
Same name and namespace in other branches
- 11.x core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\ToolbarItemConstraint::__construct()
Attributes
#[HasNamedArguments]
File
-
core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ ToolbarItemConstraint.php, line 23
Class
- ToolbarItemConstraint
- A CKEditor 5 toolbar item.
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintCode
public function __construct(mixed $options = NULL, public $message = 'The provided toolbar item %toolbar_item is not valid.', ?array $groups = NULL, mixed $payload = NULL) {
parent::__construct($options, $groups, $payload);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.