You are here

function farm_crop_farm_log_categories in farmOS 7

Implements hook_farm_log_categories().

File

modules/farm/farm_crop/farm_crop.module, line 119

Code

function farm_crop_farm_log_categories() {

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