You are here

public static function Notifications_Node_Type::object_value in Notifications 7

Get object key

Overrides Notifications_Drupal_Object::object_value

File

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

Class

Notifications_Node_Type
Node type object

Code

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