You are here

public static function Notifications_User::object_name in Notifications 7

Get object name, unfiltered string

Overrides Notifications_Drupal_Object::object_name

File

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

Class

Notifications_User
User objects

Code

public static function object_name($object) {
  return $object->name;
}