You are here

13 calls to DrupalQueue::get() in Drupal 7

aggregator_cron in modules/aggregator/aggregator.module
Implements hook_cron().
CronQueueTestCase::testCallable in modules/system/system.test
Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions in modules/system/system.test
Tests that exceptions thrown by workers are handled properly.
drupal_cron_run in includes/common.inc
Executes a cron run when called.
hook_cron in modules/system/system.api.php
Perform periodic actions.
QueueTestCase::testQueue in modules/system/system.test
Queues and dequeues a set of items to check the basic queue functionality.
UpdateCoreTestCase::testFetchTasks in modules/update/update.test
Tests that exactly one fetch task per project is created and not more.
update_fetch_data_batch in modules/update/update.fetch.inc
Implements callback_batch_operation().
update_install in modules/update/update.install
Implements hook_install().
update_uninstall in modules/update/update.install
Implements hook_uninstall().
update_update_7000 in modules/update/update.install
Create a queue to store tasks for requests to fetch available update data.
_update_create_fetch_task in modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_fetch_data in modules/update/update.fetch.inc
Attempts to drain the queue of tasks for release history data to fetch.