You are here

function field_states_ui_theme in Field States UI 8.2

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

Implements hook_theme().

File

./field_states_ui.module, line 43
Main module file for Field States UI.

Code

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