You are here

public function DetailPlugin::getDependencies in CKeditor Details Accordion 8

Same name and namespace in other branches
  1. 2.x src/Plugin/CKEditorPlugin/DetailPlugin.php \Drupal\ckeditor_details\Plugin\CKEditorPlugin\DetailPlugin::getDependencies()

Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getDependencies().

Overrides CKEditorPluginInterface::getDependencies

File

src/Plugin/CKEditorPlugin/DetailPlugin.php, line 23

Class

DetailPlugin
Defines the "detail" plugin.

Namespace

Drupal\ckeditor_details\Plugin\CKEditorPlugin

Code

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