You are here

constant MESSAGING_TYPE_PULL in Messaging 5

Same name and namespace in other branches
  1. 6.4 messaging.module \MESSAGING_TYPE_PULL
  2. 6 messaging.module \MESSAGING_TYPE_PULL
  3. 6.2 messaging.module \MESSAGING_TYPE_PULL
  4. 6.3 messaging.module \MESSAGING_TYPE_PULL
3 uses of MESSAGING_TYPE_PULL
messaging_debug_messaging in messaging_debug/messaging_debug.module
Implementation of hook_messaging
messaging_message_send in ./messaging.module
Send message to array of destinations. The message is rendered just once.
messaging_simple_messaging in messaging_simple/messaging_simple.module
Implementation of hook_messaging

File

./messaging.module, line 16

Code

define('MESSAGING_TYPE_PULL', 2);