function ckeditor_theme

Same name and namespace in other branches
  1. 8.9.x core/modules/ckeditor/ckeditor.module \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.