You are here

function Notifications_Queue::queue_item in Notifications 6.4

Save item straight to the queue

File

includes/notifications_queue.class.inc, line 661

Class

Notifications_Queue
Queue management and processing

Code

function queue_item($item) {
  return drupal_write_record('notifications_queue', $item);
}