You are here

function farm_flag_theme in farmOS 2.x

Implements hook_theme().

File

modules/core/flag/farm_flag.module, line 112
The farmOS Flags module.

Code

function farm_flag_theme() {
  return [
    'field__flag' => [
      'base hook' => 'field',
    ],
  ];
}