farmOS/modules/farm/farm_soil/farm_soil.module

17 lines
256 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() {
// Provide an "Soil" log category.
return array('Soil');
}