public static function Notifications_Event::load_multiple in Notifications 7
Load multiple events
File
- ./
notifications.event.inc, line 128 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Notifications Event class
Code
public static function load_multiple($eids = array(), $conditions = array()) {
return entity_load('notifications_event', $eids, $conditions);
}