You are here

public function Messaging_Send_Method::address_validate in Messaging 7

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

Validate address

File

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

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

public function address_validate($address) {
  return Messaging_Destination::validate_address($address, $this
    ->address_type());
}