You are here

function Notifications_Event::get_objects in Notifications 6.4

Same name and namespace in other branches
  1. 7 notifications.event.inc \Notifications_Event::get_objects()

Get event objects

File

includes/notifications_event.class.inc, line 213
Drupal Notifications Framework - Default class file

Class

Notifications_Event
Message destination class

Code

function get_objects() {

  // Make sure objects are loaded
  $this
    ->load_objects();
  return $this->objects;
}