You are here

public function Notifications_Event::get_name in Notifications 7

Get object name

Overrides Notifications_Entity::get_name

File

./notifications.event.inc, line 103
Drupal Notifications Framework - Default class file

Class

Notifications_Event
Notifications Event class

Code

public function get_name() {
  return $this
    ->get_type('name', t('Event'));
}