Skip to content
Snippets Groups Projects

Issue #3445375: Test to reproduce this issue

Closes #3445375

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 176 177 * An array of overlapping tags.
    177 178 * @param \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition[] $plugin_definitions
    178 179 * An array of plugin definitions where overlap was found.
    179 * @param \Drupal\ckeditor5\HTMLRestrictions $enabled_plugin_restrictions
    180 * The set of HTML restrictions for all already enabled CKEditor 5 plugins.
    180 * @param bool $is_attr_overlap
    181 * Whether is attribute overlapped.
    181 182 *
    182 183 * @return string
    183 184 * A list of plugins that provide the overlapping tags.
    184 185 */
    185 private function pluginsSupplyingTagsMessage(HTMLRestrictions $overlap, array $plugin_definitions, HTMLRestrictions $enabled_plugin_restrictions): string {
    186 private function pluginsSupplyingTagsMessage(HTMLRestrictions $overlap, array $plugin_definitions, bool $is_attr_overlap): string {
    186 187 $message_array = [];
    187 188 $message_string = '';
    189
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading