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_water/farm_water.module
2017-06-15 09:38:08 -04:00

14 lines
219 B
Text

<?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');
}