function field_states_ui_theme in Field States UI 8
Same name and namespace in other branches
- 8.2 field_states_ui.module \field_states_ui_theme()
Implements hook_theme().
File
- ./
field_states_ui.module, line 49 - Main module file for Field States UI.
Code
function field_states_ui_theme() {
return [
'field_states_ui_summary' => [
'variables' => [
'data' => [],
],
],
];
}