constant MESSAGING_TYPE_PUSH in Messaging 5
Same name and namespace in other branches
- 6.4 messaging.module \MESSAGING_TYPE_PUSH
- 6 messaging.module \MESSAGING_TYPE_PUSH
- 6.2 messaging.module \MESSAGING_TYPE_PUSH
- 6.3 messaging.module \MESSAGING_TYPE_PUSH
6 uses of MESSAGING_TYPE_PUSH
- messaging_mail_messaging in messaging_mail/
messaging_mail.module - Implementation of hook_messaging()
- messaging_message_send in ./
messaging.module - Send message to array of destinations. The message is rendered just once.
- 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_private_messaging in messaging_private/
messaging_private.module - Implementation of hook_messaging
File
- ./
messaging.module, line 14
Code
define('MESSAGING_TYPE_PUSH', 1);