Provide an "Water" log category.

This commit is contained in:
Michael Stenta 2017-06-14 15:42:51 -04:00
parent f6447983eb
commit ae9069d068
1 changed files with 9 additions and 0 deletions

View File

@ -3,3 +3,12 @@
* @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');
}