3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/farm/farm_soil/farm_soil.module
2019-01-03 14:37:46 -05:00

16 lines
274 B
Text

<?php
/**
* @file
* Code for the Farm Soil feature.
*/
include_once 'farm_soil.features.inc';
/**
* Implements hook_farm_log_categories().
*/
function farm_soil_farm_log_categories() {
// Provide log categories: Soil, Tillage.
return array('Soil', 'Tillage');
}