You are here

function farm_id_tag_theme in farmOS 2.x

Implements hook_theme().

File

modules/core/id_tag/farm_id_tag.module, line 59
ID tag module.

Code

function farm_id_tag_theme() {
  return [
    'field__id_tag' => [
      'template' => 'field--id-tag',
      'base hook' => 'field',
    ],
  ];
}