You are here

protected function Notifications_Scheduler_Event::prepare_subscriptions in Notifications 7

Groups subscriptions. This one will just create a group for all

1 call to Notifications_Scheduler_Event::prepare_subscriptions()
Notifications_Scheduler_Event::process in notifications_scheduler/notifications_scheduler.inc
Process event, send pending notifications. Subscriptions start on $counter (min sid)

File

notifications_scheduler/notifications_scheduler.inc, line 121
Drupal Notifications Framework - Default class file

Class

Notifications_Scheduler_Event
Notifications Schedule Event class

Code

protected function prepare_subscriptions($subscriptions) {
  return array(
    $subscriptions,
  );
}