You are here

function farm_soil_compost_farm_log_categories in farmOS 7

Implements hook_farm_log_categories().

File

modules/farm/farm_soil/farm_soil_compost/farm_soil_compost.module, line 27

Code

function farm_soil_compost_farm_log_categories() {

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