function CKEditorPluginBase::getDependencies

Same name and namespace in other branches
  1. 9 core/modules/ckeditor/src/CKEditorPluginBase.php \Drupal\ckeditor\CKEditorPluginBase::getDependencies()

Overrides CKEditorPluginInterface::getDependencies

1 method overrides CKEditorPluginBase::getDependencies()
DrupalMediaLibrary::getDependencies in core/modules/media_library/src/Plugin/CKEditorPlugin/DrupalMediaLibrary.php
Returns a list of plugins this plugin requires.

File

core/modules/ckeditor/src/CKEditorPluginBase.php, line 43

Class

CKEditorPluginBase
Defines a base CKEditor plugin implementation.

Namespace

Drupal\ckeditor

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.