You are here

function Messaging_Send_Method::send_address in Messaging 7

Same name and namespace in other branches
  1. 6.4 includes/messaging_method.class.inc \Messaging_Send_Method::send_address()

Send message to address, to be implemented by send method

1 call to Messaging_Send_Method::send_address()
Messaging_Send_Method::send_destination in ./messaging.method.inc
Send message to destination

File

./messaging.method.inc, line 209
Drupal Messaging Framework - Send_Method class file

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

function send_address($address, $message) {
  return FALSE;
}