public static function Notifications_Drupal_Object::object_name in Notifications 7
Get name for object
3 methods override Notifications_Drupal_Object::object_name()
- Notifications_Node::object_name in ./
notifications.object.inc - Get object name, unfiltered string
- Notifications_Node_Type::object_name in notifications_content/
notifications_content.inc - Get object name, unfiltered string
- Notifications_User::object_name in ./
notifications.object.inc - Get object name, unfiltered string
File
- ./
notifications.object.inc, line 281 - Drupal Notifications Framework - Default class file
Class
- Notifications_Drupal_Object
- Wrapper for generic Drupal objects
Code
public static function object_name($object) {
return t('unknown');
}