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