You are here

function Messaging_Send_Method::test in Messaging 6.3

Implement for testing

File

classes/messaging_method.class.inc, line 259
Drupal Messaging Framework - Send_Method class file

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

function test($destination, $message) {
  return TRUE;
}