You are here

public function AjaxCKEditorPlugin::getDependencies in GeSHi Filter for syntax highlighting 8.2

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

codesnippetgeshi/src/Plugin/CKEditorPlugin/AjaxCKEditorPlugin.php, line 42

Class

AjaxCKEditorPlugin
Defines the "ajax" plugin.

Namespace

Drupal\codesnippetgeshi\Plugin\CKEditorPlugin

Code

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