farmOS/modules/farm/farm_soil/farm_soil.module

17 lines
274 B
Plaintext
Raw Normal View History

<?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() {
2018-12-19 15:43:18 +01:00
// Provide log categories: Soil, Tillage.
return array('Soil', 'Tillage');
}