You are here

public function SplitText::getDependencies in Paragraphs Features 8

Same name and namespace in other branches
  1. 2.x 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\CKEditorPlugin

Code

public function getDependencies(Editor $editor) {
  return [];
}