backdrop_cron_run in core/includes/common.inc
Executes a cron run when called.
CronQueueTestCase::testCallable in core/modules/system/tests/system.test
Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions in core/modules/system/tests/system.test
Tests that exceptions thrown by workers are handled properly.
cron_example_add_jobs_to_queue in modules/examples/cron_example/cron_example.module
Submit function used to add the items to the queue.
cron_example_form in modules/examples/cron_example/cron_example.module
The form to provide a link to cron.php.
file_update_1009 in core/modules/file/file.install
Remove the file_type_determine queue.
QueueTestCase::testQueue in core/modules/system/tests/system.test
Queues and dequeues a set of items to check the basic queue functionality.
queue_example_add_remove_form_claim in modules/examples/queue_example/queue_example.module
Submit function for the "claim" button.
queue_example_add_remove_form_clear_queue in modules/examples/queue_example/queue_example.module
Submit handler for clearing/deleting the queue.
queue_example_add_remove_form_delete in modules/examples/queue_example/queue_example.module
Submit function for "Claim and delete" button.
queue_example_add_remove_form_insert in modules/examples/queue_example/queue_example.module
Submit function for the insert-into-queue button.
queue_example_add_remove_form_run_cron in modules/examples/queue_example/queue_example.module
Submit function for "run cron" button.
queue_example_show_queue in modules/examples/queue_example/queue_example.module
Submit function for the show-queue button.
UpdateCoreTestCase::testFetchTasks in core/modules/update/tests/update.test
Tests that exactly one fetch task per project is created and not more.
update_fetch_data_batch in core/modules/update/update.fetch.inc
Batch callback: Processes a step in batch for fetching available update data.
update_install in core/modules/update/update.install
Implements hook_install().
update_uninstall in core/modules/update/update.install
Implements hook_uninstall().
_update_create_fetch_task in core/modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_fetch_data in core/modules/update/update.fetch.inc
Attempts to drain the queue of tasks for release history data to fetch.