function ckeditor_theme in Drupal 10
Same name and namespace in other branches
- 8 core/modules/ckeditor/ckeditor.module \ckeditor_theme()
- 9 core/modules/ckeditor/ckeditor.module \ckeditor_theme()
Implements hook_theme().
File
- core/
modules/ ckeditor/ ckeditor.module, line 59 - Provides integration with the CKEditor WYSIWYG editor.
Code
function ckeditor_theme() {
return [
'ckeditor_settings_toolbar' => [
'file' => 'ckeditor.admin.inc',
'variables' => [
'editor' => NULL,
'plugins' => NULL,
],
],
];
}