You are here

constant MESSAGING_TYPE_SEND in Messaging 6.4

Same name and namespace in other branches
  1. 6 messaging.module \MESSAGING_TYPE_SEND
  2. 6.2 messaging.module \MESSAGING_TYPE_SEND
  3. 6.3 messaging.module \MESSAGING_TYPE_SEND
5 uses of MESSAGING_TYPE_SEND
messaging_mail_messaging in messaging_mail/messaging_mail.module
Implementation of hook_messaging()
messaging_privatemsg_messaging in messaging_privatemsg/messaging_privatemsg.module
Implementation of hook_messaging
messaging_simple_messaging in messaging_simple/messaging_simple.module
Implementation of hook_messaging
messaging_sms_messaging in messaging_sms/messaging_sms.module
Implementation of hook_messaging
messaging_twitter_messaging in messaging_twitter/messaging_twitter.module
Implementation of hook_messaging

File

./messaging.module, line 24

Code

define('MESSAGING_TYPE_SEND', MESSAGING_TYPE_PUSH | MESSAGING_TYPE_OUTGOING);