You are here

public function Link::getDependencies in CKEditor Anchor Link - For Drupal 8 and 9 3.0.x

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/Link.php, line 29

Class

Link
Defines the "link" plugin.

Namespace

Drupal\anchor_link\Plugin\CKEditorPlugin

Code

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