Same name and namespace in other branches
  1. 8.x-2.x field_states_ui.module \field_states_ui_theme() 1 comment

Implements hook_theme().

File

./field_states_ui.module, line 49

Code

function field_states_ui_theme() {
    return [
        'field_states_ui_summary' => [
            'variables' => [
                'data' => [],
            ],
        ],
    ];
}