You are here

public function BootstrapTabs::getDependencies in CKEditor Bootstrap Tabs 8

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/BootstrapTabs.php, line 76

Class

BootstrapTabs
Defines the "Bootstrap Tabs" plugin.

Namespace

Drupal\ckeditor_bootstrap_tabs\Plugin\CKEditorPlugin

Code

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