function json_field_theme in JSON Field 8
Implements hook_theme().
File
- ./
json_field.module, line 29 - Primary hook implementations for the JSON Field module.
Code
function json_field_theme() {
$theme = [];
return $theme;
}
Implements hook_theme().
function json_field_theme() {
$theme = [];
return $theme;
}