public static function Notifications_Comment::object_name in Notifications 7
Get object name, unfiltered string
File
- notifications_content/
notifications_content.inc, line 121 - Drupal Notifications Framework - Default class file
Class
Code
public static function object_name($object) {
return $comment->title;
}