function CKEditor5PluginDefault::getDynamicPluginConfig
Same name and namespace in other branches
- 11.x core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefault.php \Drupal\ckeditor5\Plugin\CKEditor5PluginDefault::getDynamicPluginConfig()
- 10 core/modules/ckeditor5/src/Plugin/CKEditor5PluginDefault.php \Drupal\ckeditor5\Plugin\CKEditor5PluginDefault::getDynamicPluginConfig()
File
-
core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5PluginDefault.php, line 36
Class
- CKEditor5PluginDefault
- Defines the default CKEditor 5 plugin implementation.
Namespace
Drupal\ckeditor5\PluginCode
public function getDynamicPluginConfig(array $static_plugin_config, EditorInterface $editor) : array {
return $static_plugin_config;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.