You are here

public static function Notifications_User::object_value in Notifications 7

Get object key

Overrides Notifications_Drupal_Object::object_value

File

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

Class

Notifications_User
User objects

Code

public static function object_value($user) {
  return $user->uid;
}