public static function Notifications_Node::object_name in Notifications 7
Get object name, unfiltered string
Overrides Notifications_Drupal_Object::object_name
File
- ./
notifications.object.inc, line 307 - Drupal Notifications Framework - Default class file
Class
- Notifications_Node
- Node objects
Code
public static function object_name($node) {
return $node->title;
}