public static function Notifications_Node::object_value in Notifications 7
Get object key
Overrides Notifications_Drupal_Object::object_value
File
- ./
notifications.object.inc, line 313 - Drupal Notifications Framework - Default class file
Class
- Notifications_Node
- Node objects
Code
public static function object_value($node) {
return $node->nid;
}