public function Notifications_Subscription::get_description in Notifications 7
Same name and namespace in other branches
- 6.4 includes/notifications_subscription.class.inc \Notifications_Subscription::get_description()
Get long description
2 calls to Notifications_Subscription::get_description()
- Notifications_Subscription::element_info in ./
notifications.subscription.inc - Get subscription form info element
- Notifications_Subscription::element_link in ./
notifications.subscription.inc - Get link element
File
- ./
notifications.subscription.inc, line 1444 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription
- Common base for subscription type and subscription instance
Code
public function get_description($format = self::FORMAT_HTML) {
return $this
->get_type('description');
}