class ToolbarItemConstraint
Same name in other branches
- 10 core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\ToolbarItemConstraint
- 11.x core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\ToolbarItemConstraint
A CKEditor 5 toolbar item.
Plugin annotation
@Constraint(
id = "CKEditor5ToolbarItem",
label = @Translation("CKEditor 5 toolbar item", context = "Validation"),
)
Hierarchy
- class \Drupal\ckeditor5\Plugin\Validation\Constraint\ToolbarItemConstraint extends \Symfony\Component\Validator\Constraint
Expanded class hierarchy of ToolbarItemConstraint
See also
https://ckeditor.com/docs/ckeditor5/latest/features/toolbar/toolbar.html
File
-
core/
modules/ ckeditor5/ src/ Plugin/ Validation/ Constraint/ ToolbarItemConstraint.php, line 19
Namespace
Drupal\ckeditor5\Plugin\Validation\ConstraintView source
class ToolbarItemConstraint extends Constraint {
/**
* The default violation message.
*
* @var string
*/
public $message = 'The provided toolbar item %toolbar_item is not valid.';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
ToolbarItemConstraint::$message | public | property | The default violation message. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.