function CKEditorPluginBase::getLibraries

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

File

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

Class

CKEditorPluginBase
Defines a base CKEditor plugin implementation.

Namespace

Drupal\ckeditor

Code

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

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