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