function Notifications_Event::get_objects in Notifications 7
Same name and namespace in other branches
- 6.4 includes/notifications_event.class.inc \Notifications_Event::get_objects()
Get event objects
2 calls to Notifications_Event::get_objects()
- Notifications_Event::check_objects in ./
notifications.event.inc - Check that all the objects still exist
- Notifications_Event::user_access in ./
notifications.event.inc - Check user access to event's objects
File
- ./
notifications.event.inc, line 201 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Notifications Event class
Code
function get_objects() {
return $this->objects;
}