You are here

public static function Messaging_Send_Method::address_name in Messaging 7

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

Get address name

File

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

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

public static function address_name() {
  return self::address_info('name', t('Address'));
}