You are here

constant NOTIFY_NODE_TYPE in Notify 7

Same name and namespace in other branches
  1. 6 notify.module \NOTIFY_NODE_TYPE

@file Notify module sends e-mail digests of new content and comments.

The Notify 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.

5 uses of NOTIFY_NODE_TYPE
notify_admin_defaults in ./notify.admin.inc
Menu callback, show admin list of user default settings.
notify_admin_defaults_submit in ./notify.admin.inc
Submit for the notify_admin_defaults form.
notify_user_settings_form in ./notify.admin.inc
Menu callback; show user notification options.
notify_user_settings_form_submit in ./notify.admin.inc
Submit for the notify_user_settings form.
_notify_get_content_types in ./notify.module
Helper function to get array of tracked types.

File

./notify.module, line 14
Notify module sends e-mail digests of new content and comments.

Code

define('NOTIFY_NODE_TYPE', 'notify_node_type_');