function CKEditorPluginInterface::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.

1 method overrides CKEditorPluginInterface::getDependencies()
Llama::getDependencies in core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php
Returns a list of plugins this plugin requires.

File

core/modules/ckeditor/src/CKEditorPluginInterface.php, line 53

Class

CKEditorPluginInterface
Defines an interface for (loading of) CKEditor plugins.

Namespace

Drupal\ckeditor

Code

public function getDependencies(Editor $editor);

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