SourceEditingRedundantTagsConstraint::$enabledPluginsMessage

Same name and namespace in other branches
  1. 10 core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\SourceEditingRedundantTagsConstraint::enabledPluginsMessage
  2. 11.x core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php \Drupal\ckeditor5\Plugin\Validation\Constraint\SourceEditingRedundantTagsConstraint::enabledPluginsMessage

When a Source Editing element is added that an enabled plugin supports.

Type: string

File

core/modules/ckeditor5/src/Plugin/Validation/Constraint/SourceEditingRedundantTagsConstraint.php, line 26

Class

SourceEditingRedundantTagsConstraint
For disallowing Source Editing elements already supported by a plugin.

Namespace

Drupal\ckeditor5\Plugin\Validation\Constraint

Code

public $enabledPluginsMessage = 'The following @element_type(s) are already supported by enabled plugins and should not be added to the Source Editing "Manually editable HTML tags" field: %overlapping_tags.';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.