You are here

static function Messaging_Send_Method::default_params in Messaging 7

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

Get default parameters for this method

1 call to Messaging_Send_Method::default_params()
Messaging_Send_Method::message_params in ./messaging.method.inc
Get message parameters for this method

File

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

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

static function default_params() {
  return array();
}