You are here

function farm_fields_farm_ui_entities in farmOS 7

Implements hook_farm_ui_entities().

File

modules/farm/farm_fields/farm_fields.module, line 12

Code

function farm_fields_farm_ui_entities() {
  return array(
    'taxonomy_term' => array(
      'farm_log_categories' => array(
        'label' => t('Log category'),
        'label_plural' => t('Log categories'),
      ),
    ),
  );
}