function color_theme

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

Implements hook_theme().

File

core/modules/color/color.module, line 43

Code

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

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