You are here

Functions in Messaging 6.2

Primary tabs

Namesort descending Location Description Direct uses Strings
messaging_message_log ./messaging.module Message logging callback
messaging_message_multisend ./messaging.module Message default callback: send iterating over all destinations
messaging_message_part ./messaging.module Returns parts of messages, that may be formatted for each sending method 1
messaging_message_prepare ./messaging.module Message default callback: preprocessing 2
messaging_message_queue ./messaging.module Queue message for next delivery
messaging_message_render ./messaging.module Renders full message with header and body 5
messaging_message_send ./messaging.module Send message to array of destinations. The message is rendered just once. 4
messaging_message_send_out ./messaging.module Send for real, finally invoking method's callback function 1
messaging_message_send_user ./messaging.module Send message to user represented by account 3
messaging_message_store ./messaging.module Store messages, custom delivery
messaging_method_default ./messaging.module Returns default messaging method 7
messaging_method_disable ./messaging.module Update messaging method. 6
messaging_method_info ./messaging.module Returns messaging methods properties 19
messaging_method_list ./messaging.module List sending methods 7
messaging_method_permission ./messaging.module Check permission for method and account 2
messaging_method_type ./messaging.module Returns list of messaging methods for a type
messaging_mime_mail_disable messaging_mime_mail/messaging_mime_mail.module Implementation of hook_disable()
messaging_mime_mail_messaging messaging_mime_mail/messaging_mime_mail.module Implementation of hook_messaging
messaging_mime_mail_send_msg messaging_mime_mail/messaging_mime_mail.module Send mime mail message to user account 1
messaging_perm ./messaging.module Implementation of hook_perm()
messaging_phpmailer_disable messaging_phpmailer/messaging_phpmailer.module Implementation of hook_disable()
messaging_phpmailer_drupal_mail messaging_phpmailer/messaging_phpmailer.module Send a message via PHPMailer. This function mimics drupal_mail. We do not use drupal_mail instead because we want to be able to send mail with both PHPMailer and MIMEMail. 1
messaging_phpmailer_install messaging_phpmailer/messaging_phpmailer.install Implementation of hook_install()
messaging_phpmailer_load_library messaging_phpmailer/messaging_phpmailer.module Load the PHPMailer library. 2
messaging_phpmailer_menu messaging_phpmailer/messaging_phpmailer.module Implementation of hook_menu().
messaging_phpmailer_messaging messaging_phpmailer/messaging_phpmailer.module Implementation of hook_messaging
messaging_phpmailer_requirements messaging_phpmailer/messaging_phpmailer.install Implementation of hook_requirements().
messaging_phpmailer_send_msg messaging_phpmailer/messaging_phpmailer.module Send mail message to user account. Supports bulk sending 1
messaging_phpmailer_settings_form messaging_phpmailer/messaging_phpmailer.module Settings form callback 1
messaging_phpmailer_theme messaging_phpmailer/messaging_phpmailer.module Implementation of hook_theme()
messaging_phpmailer_uninstall messaging_phpmailer/messaging_phpmailer.install Implementation of hook_uninstall().
messaging_privatemsg_disable messaging_privatemsg/messaging_privatemsg.module Implementation of hook_disable()
messaging_privatemsg_messaging messaging_privatemsg/messaging_privatemsg.module Implementation of hook_messaging
messaging_privatemsg_send_msg messaging_privatemsg/messaging_privatemsg.module Send mail message to user accounts 1
messaging_pull_pending ./messaging.module Pull pending messages for given methods and user accounts 2
messaging_requirements ./messaging.module Implementation of hook_requirements() 1
messaging_schema ./messaging.install Implementation of hook_schema().
messaging_simple_access messaging_simple/messaging_simple.module Access calback 1
messaging_simple_disable messaging_simple/messaging_simple.module Implementation of hook_disable()
messaging_simple_menu messaging_simple/messaging_simple.module Implementation of hook_menu().
messaging_simple_messaging messaging_simple/messaging_simple.module Implementation of hook_messaging
messaging_simple_send_msg messaging_simple/messaging_simple.module Just store the message to be shown later 1
messaging_simple_user_message messaging_simple/messaging_simple.module Display single message 1
messaging_simple_user_message_submit messaging_simple/messaging_simple.module Message form submit
messaging_simple_user_overview messaging_simple/messaging_simple.module Display message overview list 1
messaging_simple_user_page messaging_simple/messaging_simple.module Menu callback. Display pending messages to the user 1
messaging_sms_disable messaging_sms/messaging_sms.module Implementation of hook_disable()
messaging_sms_messaging messaging_sms/messaging_sms.module Implementation of hook_messaging
messaging_sms_render messaging_sms/messaging_sms.module Message Render callback 1
messaging_sms_send_msg messaging_sms/messaging_sms.module Send SMS message using the default gateway 1

Pages

Other projects