function CKEditorPluginBase::getDependencies

File

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

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.