You are here

public static function Notifications_ObjectInterface::object_name in Notifications 7

Get name for object

1 call to Notifications_ObjectInterface::object_name()
Notifications_Object::get_name in ./notifications.object.inc
Get object name (user name, node title, etc)

File

./notifications.object.inc, line 68
Drupal Notifications Framework - Default class file

Class

Notifications_ObjectInterface
Interface for Notification objects.

Code

public static function object_name($object);