function Notifications_Event::get_subject in Notifications 7
Get simple subject text
File
- ./
notifications.event.inc, line 140 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Notifications Event class
Code
function get_subject() {
return t('Notifications event');
}