You are here

public function Messaging_Send_Method::format_address in Messaging 7

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

Format address for display

File

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

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

public function format_address($address, $format = MESSAGING_FORMAT_PLAIN) {
  return Messaging_Destination::format_address($address, $format, $this
    ->address_type());
}