public static function Notifications_Drupal_Object::object_load in Notifications 7
Load related object or data
3 methods override Notifications_Drupal_Object::object_load()
- Notifications_Node::object_load in ./
notifications.object.inc - Load related object or data
- Notifications_Node_Type::object_load in notifications_content/
notifications_content.inc - Load related object or data
- Notifications_User::object_load in ./
notifications.object.inc - Load related object or data
File
- ./
notifications.object.inc, line 274 - Drupal Notifications Framework - Default class file
Class
- Notifications_Drupal_Object
- Wrapper for generic Drupal objects
Code
public static function object_load($value) {
return NULL;
}