function Notifications_Subscription::get_objects in Notifications 6.4
Same name and namespace in other branches
- 7 notifications.subscription.inc \Notifications_Subscription::get_objects()
Get objects
File
- includes/
notifications_subscription.class.inc, line 790 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription
- Message destination class
Code
function get_objects() {
$this
->load_objects();
return $this->objects;
}