function ckeditor_theme
Implements hook_theme().
File
- 
              core/modules/ ckeditor/ ckeditor.module, line 59 
Code
function ckeditor_theme() {
  return [
    'ckeditor_settings_toolbar' => [
      'file' => 'ckeditor.admin.inc',
      'variables' => [
        'editor' => NULL,
        'plugins' => NULL,
      ],
    ],
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
