You are here

public static function Notifications_Node_Type::object_name in Notifications 7

Get object name, unfiltered string

Overrides Notifications_Drupal_Object::object_name

File

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

Class

Notifications_Node_Type
Node type object

Code

public static function object_name($object) {
  return $object->name;
}