You are here

constant MESSAGING_TYPE_SEND in Messaging 6

Same name and namespace in other branches
  1. 6.4 messaging.module \MESSAGING_TYPE_SEND
  2. 6.2 messaging.module \MESSAGING_TYPE_SEND
  3. 6.3 messaging.module \MESSAGING_TYPE_SEND
6 uses of MESSAGING_TYPE_SEND
messaging_mail_messaging in messaging_mail/messaging_mail.module
Implementation of hook_messaging()
messaging_mime_mail_messaging in messaging_mime_mail/messaging_mime_mail.module
Implementation of hook_messaging
messaging_phpmailer_messaging in messaging_phpmailer/messaging_phpmailer.module
Implementation of hook_messaging
messaging_privatemsg_messaging in messaging_privatemsg/messaging_privatemsg.module
Implementation of hook_messaging
messaging_sms_messaging in messaging_sms/messaging_sms.module
Implementation of hook_messaging

... See full list

File

./messaging.module, line 22

Code

define('MESSAGING_TYPE_SEND', MESSAGING_TYPE_PUSH | MESSAGING_TYPE_OUTGOING);