You are here

public static function Notifications_Drupal_Object::object_value in Notifications 7

Map object to value (key)

3 methods override Notifications_Drupal_Object::object_value()
Notifications_Node::object_value in ./notifications.object.inc
Get object key
Notifications_Node_Type::object_value in notifications_content/notifications_content.inc
Get object key
Notifications_User::object_value in ./notifications.object.inc
Get object key

File

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

Class

Notifications_Drupal_Object
Wrapper for generic Drupal objects

Code

public static function object_value($object) {
  return NULL;
}