You are here

function key_value_field_theme in Key value field 8

Implements hook_theme().

File

./key_value_field.module, line 29
Contains key_value_field.module.

Code

function key_value_field_theme() {
  $theme = [];
  return $theme;
}