You are here

function Notifications_Custom_Subscription::get_description in Notifications 6.4

Get description

Overrides Notifications_Subscription::get_description

1 call to Notifications_Custom_Subscription::get_description()
Notifications_Custom_Subscription::form_checkbox in notifications_custom/notifications_custom.class.inc
Format as a form checkbox

File

notifications_custom/notifications_custom.class.inc, line 34
Drupal Notifications Framework - Default class file

Class

Notifications_Custom_Subscription
Message destination class

Code

function get_description() {
  return check_plain(notifications_translate("custom:{$this->type}:title", $this
    ->get_type('description')));
}