You are here

function Messaging_Method::get_description in Messaging 7

Get method description, may be overridden by info properties

File

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

Class

Messaging_Method
Base class for all Incoming and Sending methods

Code

function get_description() {
  return $this
    ->method_info('description', t('Send messages.'));
}