public function CKEditorPluginBase::getDependencies in Drupal 10
Same name and namespace in other branches
- 8 core/modules/ckeditor/src/CKEditorPluginBase.php \Drupal\ckeditor\CKEditorPluginBase::getDependencies()
- 9 core/modules/ckeditor/src/CKEditorPluginBase.php \Drupal\ckeditor\CKEditorPluginBase::getDependencies()
File
- core/
modules/ ckeditor/ src/ CKEditorPluginBase.php, line 82
Class
- CKEditorPluginBase
- Defines a base CKEditor plugin implementation.
Namespace
Drupal\ckeditorCode
public function getDependencies(Editor $editor) {
return [];
}