function color_theme

Same name in other branches
  1. 9 core/modules/color/color.module \color_theme()
  2. 8.9.x core/modules/color/color.module \color_theme()

Implements hook_theme().

File

modules/color/color.module, line 28

Code

function color_theme() {
    return array(
        'color_scheme_form' => array(
            'render element' => 'form',
        ),
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.