constant NOTIFY_NODE_TYPE in Notify 6
Same name and namespace in other branches
- 7 notify.module \NOTIFY_NODE_TYPE
@file Notify module sends email digests of new content and comments.
The notification module allows users to subscribe to periodic e-mails which include all new or revised content and/or comments much like the daily news letters sent by some websites. Even if this feature is not configured for normal site users, it can be a useful feature for an administrator of a site to monitor content submissions and comment posts.
2 uses of NOTIFY_NODE_TYPE
- notify_admin_settings in ./
notify.module - Menu callback; display notify settings page.
- _notify_send in ./
notify.module - Helper function to send the notification email.
File
- ./
notify.module, line 14 - Notify module sends email digests of new content and comments.
Code
define('NOTIFY_NODE_TYPE', 'notify_node_type_');