You are here

static function Messaging_Send_Method::default_params in Messaging 6.4

Same name and namespace in other branches
  1. 7 messaging.method.inc \Messaging_Send_Method::default_params()

Get default method parameters to be merged with the ones passed on with the message

1 call to Messaging_Send_Method::default_params()
Messaging_Send_Method::send_address in includes/messaging_method.class.inc
Send message to address, use sending callback

File

includes/messaging_method.class.inc, line 186
Drupal Messaging Framework - Send_Method class file

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

static function default_params($message = NULL) {
  return array();
}