farmOS/modules/farm/farm_water/farm_water.module

15 lines
219 B
Plaintext

<?php
/**
* @file
* Code for the Farm Water module.
*/
/**
* Implements hook_farm_log_categories().
*/
function farm_water_farm_log_categories() {
// Provide an "Water" log category.
return array('Water');
}