constant MESSAGING_TYPE_SEND in Messaging 6
Same name and namespace in other branches
- 6.4 messaging.module \MESSAGING_TYPE_SEND
- 6.2 messaging.module \MESSAGING_TYPE_SEND
- 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
File
- ./
messaging.module, line 22
Code
define('MESSAGING_TYPE_SEND', MESSAGING_TYPE_PUSH | MESSAGING_TYPE_OUTGOING);