function CKEditor5PluginElementsSubsetInterface::getElementsSubset

Same name and namespace in other branches
  1. 11.x core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php \Drupal\ckeditor5\Plugin\CKEditor5PluginElementsSubsetInterface::getElementsSubset()

Returns a configured subset of the elements supported by this plugin.

Return value

string[] An array of supported elements.

File

core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php, line 23

Class

CKEditor5PluginElementsSubsetInterface
Defines an interface for plugins that can support an elements subset.

Namespace

Drupal\ckeditor5\Plugin

Code

public function getElementsSubset() : array;

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