You are here

function Notifications_Subscription::get_description in Notifications 6.4

Same name and namespace in other branches
  1. 7 notifications.subscription.inc \Notifications_Subscription::get_description()

Get description

1 call to Notifications_Subscription::get_description()
Notifications_Subscription::fields_subform in includes/notifications_subscription.class.inc
Produce fieldset to edit field values
1 method overrides Notifications_Subscription::get_description()
Notifications_Custom_Subscription::get_description in notifications_custom/notifications_custom.class.inc
Get description

File

includes/notifications_subscription.class.inc, line 821
Drupal Notifications Framework - Default class file

Class

Notifications_Subscription
Message destination class

Code

function get_description($format = self::FORMAT_HTML) {
  return $this
    ->get_type('description');
}