You are here

Functions in Notify 7

Primary tabs

Namesort descending Location Description Direct uses Strings
notify_admin_defaults ./notify.admin.inc Menu callback, show admin list of user default settings. 1
notify_admin_defaults_submit ./notify.admin.inc Submit for the notify_admin_defaults form.
notify_admin_queue ./notify.admin.inc Menu callback, show admin list of queue status. 2
notify_admin_queue_submit ./notify.admin.inc Submit for the notify_admin_queue form.
notify_admin_settings ./notify.admin.inc Menu callback, show admin notification settings form. 1
notify_admin_settings_submit ./notify.admin.inc Submit for the notify_admin_settings form.
notify_admin_skip ./notify.admin.inc Menu callback, show admin list of queued notification settings. 1
notify_admin_skip_submit ./notify.admin.inc Submit for the notify_admin_skip form.
notify_admin_users ./notify.admin.inc Menu callback, show admin list of user notification settings. 1
notify_admin_users_submit ./notify.admin.inc Submit for the notify_admin_users form.
notify_comment_delete ./notify.module Implementation of hook_comment_delete().
notify_comment_insert ./notify.module Implementation of hook_comment_insert().
notify_cron ./notify.module Implements hook_cron().
notify_form_user_register_form_alter ./notify.module Implements hook_form_FORM_ID_alter().
notify_help ./notify.module Implements hook_help().
notify_mail ./notify.module Implements hook_mail().
notify_menu ./notify.module Implements hook_menu().
notify_node_delete ./notify.module Implementation of hook_node_delete().
notify_node_insert ./notify.module Implementation of hook_node_insert().
notify_permission ./notify.module Implements hook_permission().
notify_schema ./notify.install Implements hook_schema().
notify_subscribeonly_help submodules/notify_subscribeonly/notify_subscribeonly.module Implements hook_help().
notify_theme ./notify.module Implements hook_theme
notify_uninstall ./notify.install Implements hook_uninstall().
notify_update_7001 ./notify.install Add notify_unpublished_comments_queue table.
notify_update_7002 ./notify.install Add notify_unpublished_queue table. Drop notify_unpublished_comments_queue table.
notify_update_7003 ./notify.install Add notify_bytecount table. Add notify_subscriptions table.
notify_user_access ./notify.module Checks access to notifications settings tab. 1
notify_user_cancel ./notify.module Implements hook_user_cancel().
notify_user_insert ./notify.module Implements hook_user_insert().
notify_user_settings_form ./notify.admin.inc Menu callback; show user notification options. 1
notify_user_settings_form_submit ./notify.admin.inc Submit for the notify_user_settings form.
notify_viewsintegration_help submodules/notify_viewsintegration/notify_viewsintegration.module Implements hook_help().
notify_viewsintegration_views_api submodules/notify_viewsintegration/notify_viewsintegration.module Implements hook_views_api().
notify_viewsintegration_views_data submodules/notify_viewsintegration/notify_viewsintegration.module Implements hook_views_data().
theme_notify_admin_skip ./notify.admin.inc Theme function to theme the admin skip flag settings form in a table format.
theme_notify_admin_users ./notify.admin.inc Theme function to theme the admin user settings form in a table format.
_notify_content ./notify.module Formatting of body content. 1
_notify_count ./notify.module Count the carious types of content. 1
_notify_cron_next ./notify.module 1
_notify_get_content_types ./notify.module Helper function to get array of tracked types. 1
_notify_next_notificaton ./notify.module Compute the next time a notification shall be sent by adding to $send_last if required. Update $cron_next if it is has been reset (= 0), otherwise leave it to caller. 2
_notify_select_content ./notify.module Helper function to set up query objects to select content for counting and sending. 4
_notify_send ./notify.module Helper function to send the notification e-mail batch. 2
_notify_user_has_subscriptions ./notify.module Helper function to check whether user has custom subscriptions. 3
_notify_user_reg_fields ./notify.module Returns form fields to be added to User Regsitration form. 1

Other projects