You are here

function tinymce_theme in TinyMCE 7

Same name and namespace in other branches
  1. 6.2 tinymce.module \tinymce_theme()
  2. 6 tinymce.module \tinymce_theme()

Implements hook_theme().

File

./tinymce.module, line 73

Code

function tinymce_theme() {
  return array(
    'tinymce_settings_toolbar' => array(
      'variables' => array(
        'editor' => NULL,
        'plugins' => NULL,
      ),
    ),
  );
}