You are here

function hook_message_subscribe_get_subscribers in Message Subscribe 7

Same name and namespace in other branches
  1. 8 message_subscribe.api.php \hook_message_subscribe_get_subscribers()

Allow modules to add user IDs that need to be notified.

1 function implements hook_message_subscribe_get_subscribers()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

message_subscribe_message_subscribe_get_subscribers in ./message_subscribe.module
Implements hook_message_subscribe_get_subscribers().
1 invocation of hook_message_subscribe_get_subscribers()
message_subscribe_get_subscribers in ./message_subscribe.module
Get a list of user IDs that need to recieve the message.

File

./message_subscribe.api.php, line 17
Hooks provided by the Message subscribe module.

Code

function hook_message_subscribe_get_subscribers(Message $message, $subscribe_options = array(), $context = array()) {
}