public function SplitText::getDependencies in Paragraphs Features 2.x
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/SplitText.php \Drupal\paragraphs_features\Plugin\CKEditorPlugin\SplitText::getDependencies()
Returns a list of plugins this plugin requires.
Parameters
\Drupal\editor\Entity\Editor $editor: A configured text editor object.
Return value
array An unindexed array of plugin names this plugin requires. Each plugin is is identified by its annotated ID.
Overrides CKEditorPluginInterface::getDependencies
File
- src/
Plugin/ CKEditorPlugin/ SplitText.php, line 30
Class
- SplitText
- Defines the "splittext" plugin.
Namespace
Drupal\paragraphs_features\Plugin\CKEditorPluginCode
public function getDependencies(Editor $editor) {
return [];
}