function Notifications_Custom_Subscription::get_title in Notifications 6.4
Overrides Notifications_Subscription::get_title
File
- notifications_custom/
notifications_custom.class.inc, line 30 - Drupal Notifications Framework - Default class file
Class
- Notifications_Custom_Subscription
- Message destination class
Code
function get_title() {
return check_plain(notifications_translate("custom:{$this->type}:title", $this
->get_type('title')));
}