You are here

public function Notifications_Drupal_Object::get_title in Notifications 7

1 method overrides Notifications_Drupal_Object::get_title()
Notifications_Node_Type::get_title in notifications_content/notifications_content.inc

File

./notifications.object.inc, line 268
Drupal Notifications Framework - Default class file

Class

Notifications_Drupal_Object
Wrapper for generic Drupal objects

Code

public function get_title() {
  return t('Object');
}