function ckeditor_theme

ckeditor_theme()

Implements hook_theme().

File

core/modules/ckeditor/ckeditor.module, line 45
Provides integration with the CKEditor WYSIWYG editor.

Code

function ckeditor_theme() {
  return array(
    'ckeditor_settings_toolbar' => array(
      'file' => 'ckeditor.admin.inc',
      'variables' => array('editor' => NULL, 'plugins' => NULL),
    ),
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!ckeditor!ckeditor.module/function/ckeditor_theme/8.1.x