You are here

Functions in Notifications 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
notifications_module_information ./notifications.module Invokes hook_notifications() with a single parameter or more but not needing an object to be passed as reference. 8
notifications_module_invoke ./notifications.module Invokes hook_notifications() in every module. 6
notifications_multiple_delete_confirm ./notifications.manage.inc Form for multiple delete. When account passed check that all subscriptions belong to the user account 2
notifications_multiple_delete_confirm_submit ./notifications.manage.inc Submit multiple delete from 1
notifications_multiple_delete_confirm_validate ./notifications.manage.inc Validate permissions to delete all the subscriptions 1
notifications_node_autocomplete_title ./notifications.node.inc Menu callback; Retrieve a pipe delimited string of autocomplete suggestions for existing users 1
notifications_node_autocomplete_type ./notifications.node.inc Menu callback; Retrieve a pipe delimited string of autocomplete suggestions for existing users 1
notifications_node_nid2autocomplete ./notifications.node.inc Generates 'title [nid:$nid]' for the autocomplete field 1
notifications_node_nid2title ./notifications.node.inc Mapping from node nid to title 1
notifications_node_title2nid ./notifications.node.inc Reverse mapping from node title to nid 1
notifications_notifications ./notifications.module Implementation of notifications_hook()
notifications_page_subscribe ./notifications.pages.inc Menu callback add subscription 1
notifications_page_unsubscribe ./notifications.pages.inc Menu callback for unsubscribe page 1
notifications_perm ./notifications.module Implementation of hook_perms()
notifications_process ./notifications.cron.inc Controls and checks limits for queue processing It can be used by other modules to add their own limits here, like number of sms sent, etc... 6
notifications_process_compose ./notifications.cron.inc Message composition. 1
notifications_process_digest_long ./notifications.cron.inc Digest multiple events in a single message, long format. 1
notifications_process_digest_short ./notifications.cron.inc Digest multiple events in a single message, short format. 1
notifications_process_message ./notifications.cron.inc Creates a single message for a single event 1
notifications_process_prepare ./notifications.cron.inc Prepare subscriptions queue 3
notifications_process_queue ./notifications.cron.inc Process subscriptions queue 3
notifications_process_rows ./notifications.cron.inc Process rows given query conditions 2 1
notifications_process_run ./notifications.cron.inc Function to be called on cron by the main notifications_cron 2 1
notifications_process_send ./notifications.cron.inc Send array of messages through messaging module
notifications_query_build ./notifications.module Query builder for subscriptions 3
notifications_query_sql ./notifications.module Build the SQL statement from query elements 5
notifications_queue ./notifications.module Queue events for notifications adding query conditions from plug-ins 1 10
notifications_queue_clean ./notifications.module Clean queue for a user and update event tracker 3
notifications_queue_delete ./notifications.cron.inc Delete rows from subscriptions queue 2
notifications_queue_done ./notifications.cron.inc Mark queue rows as done 3
notifications_queue_operations ./notifications.admin.inc List of queue operations 2
notifications_queue_query ./notifications.cron.inc Build query conditions for queue queries 4
notifications_queue_update ./notifications.cron.inc Update queue rows with defined values 1
notifications_save_subscription ./notifications.module Update or create subscription 11
notifications_schema ./notifications.install Implementation of hook_schema()
notifications_send_immediate ./notifications.module Store / return events for immediate sending 3 4
notifications_send_intervals ./notifications.module List of send intervals, translated. 13 3
notifications_send_intervals_form ./notifications.admin.inc Send intervals administration 1
notifications_send_intervals_form_submit ./notifications.admin.inc Form submit for time intervals
notifications_send_intervals_form_validate ./notifications.admin.inc Form validate for time intervals
notifications_settings_form ./notifications.admin.inc Admin settings 1
notifications_subscriptions_build_filter_query ./notifications.manage.inc Build query for node administration filters based on session. 1
notifications_subscriptions_filters ./notifications.manage.inc List node administration filters that can be applied. 3
notifications_subscriptions_filter_form ./notifications.manage.inc Return form for node administration filters. 2 2
notifications_subscriptions_filter_form_submit ./notifications.manage.inc Process result from node administration filter form. 1
notifications_subscriptions_mass_update ./notifications.manage.inc Make mass update of subscriptions, changing all nodes in the $nodes array to update them with the field values in $updates. 1
notifications_subscriptions_operations ./notifications.manage.inc Subscription mass operations. 2
notifications_subscriptions_query_build ./notifications.module Query builder for subscriptions 2
notifications_subscription_access ./notifications.module Menu access callback 1
notifications_subscription_fields ./notifications.module Get information about subscriptions fields 6

Pages

Other projects