public function Notifications_Event::get_title in Notifications 7
Get object title
Overrides Notifications_Entity::get_title
1 call to Notifications_Event::get_title()
- Notifications_Event::send_all in ./
notifications.event.inc - Send message to all subscriptions
File
- ./
notifications.event.inc, line 97 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Notifications Event class
Code
public function get_title() {
return $this
->get_type('title', t('Event'));
}