function notifications_digest_messaging in Notifications 6.4
Implementation of hook_messaging()
Get digest templates, that are not returned by notifications module
File
- notifications_digest/
notifications_digest.module, line 38 - Notifications digest module
Code
function notifications_digest_messaging($op, $type = NULL) {
if ($op == 'message groups' && !$type) {
return notifications_digest_get_templates('enabled');
}
}