You are here

public static function Messaging_Destination::get_address_from_user in Messaging 7

Get address from user

1 call to Messaging_Destination::get_address_from_user()
Messaging_Destination::set_user in ./messaging.destination.inc
Set user for this destination
2 methods override Messaging_Destination::get_address_from_user()
Messaging_Mail_Address::get_address_from_user in messaging_mail/messaging_mail.inc
Get address from user
Messaging_User_Destination::get_address_from_user in ./messaging.destination.inc
Get address from user

File

./messaging.destination.inc, line 90
Drupal Messaging Framework - Default class file

Class

Messaging_Destination
Message destination class

Code

public static function get_address_from_user($user) {
  return NULL;
}