backdrop_cron_run in includes/common.inc
Executes a cron run when called.
CronQueueTestCase::testCallable in modules/system/tests/system.test
Tests worker defined as a class method callable.
CronQueueTestCase::testExceptions in modules/system/tests/system.test
Tests that exceptions thrown by workers are handled properly.
file_update_1003 in modules/file/file.install
Add a type column to the file_managed table, and add a file_metadata table.
QueueTestCase::testQueue in modules/system/tests/system.test
Queues and dequeues a set of items to check the basic queue functionality.
UpdateCoreTestCase::testFetchTasks in modules/update/tests/update.test
Tests that exactly one fetch task per project is created and not more.
_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.
update_fetch_data_batch in modules/update/update.fetch.inc
Batch callback: Processes a step in batch for fetching available update data.
update_install in modules/update/update.install
Implements hook_install().
update_uninstall in modules/update/update.install
Implements hook_uninstall().