You are here

public static function Notifications_Comment::object_value in Notifications 7

Get object key

File

notifications_content/notifications_content.inc, line 127
Drupal Notifications Framework - Default class file

Class

Notifications_Comment

Code

public static function object_value($object) {
  return $object->cid;
}