function CodeBlock::getDynamicPluginConfig
Same name in other branches
- 10 core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php \Drupal\ckeditor5\Plugin\CKEditor5Plugin\CodeBlock::getDynamicPluginConfig()
Overrides CKEditor5PluginDefault::getDynamicPluginConfig
File
-
core/
modules/ ckeditor5/ src/ Plugin/ CKEditor5Plugin/ CodeBlock.php, line 130
Class
- CodeBlock
- CKEditor 5 Code Block plugin configuration.
Namespace
Drupal\ckeditor5\Plugin\CKEditor5PluginCode
public function getDynamicPluginConfig(array $static_plugin_config, EditorInterface $editor) : array {
return [
'codeBlock' => [
'languages' => $this->configuration['languages'],
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.