You are here

function Notifications_Subscription::get_title in Notifications 6.4

Same name and namespace in other branches
  1. 7 notifications.subscription.inc \Notifications_Subscription::get_title()
1 method overrides Notifications_Subscription::get_title()
Notifications_Custom_Subscription::get_title in notifications_custom/notifications_custom.class.inc

File

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

Class

Notifications_Subscription
Message destination class

Code

function get_title() {
  return $this
    ->get_type('title');
}