You are here

public function DescriptionListPlugin::getDependencies in CKEditor Description List 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/DescriptionListPlugin.php \Drupal\ckeditor_descriptionlist\Plugin\CKEditorPlugin\DescriptionListPlugin::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 CKEditorPluginBase::getDependencies

File

src/Plugin/CKEditorPlugin/DescriptionListPlugin.php, line 21

Class

DescriptionListPlugin
Defines the "descriptionlist" plugin.

Namespace

Drupal\ckeditor_descriptionlist\Plugin\CKEditorPlugin

Code

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