You are here

function farm_livestock_farm_log_categories in farmOS 7

Implements hook_farm_log_categories().

File

modules/farm/farm_livestock/farm_livestock.module, line 53

Code

function farm_livestock_farm_log_categories() {

  // Provide an "Animals" log category.
  return array(
    'Animals',
  );
}