function ckeditor_theme

Same name in other branches
  1. 9 core/modules/ckeditor/ckeditor.module \ckeditor_theme()

Implements hook_theme().

File

core/modules/ckeditor/ckeditor.module, line 46

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.