Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Drupal.php
»
Drupal
»
Drupal::queue
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
9 calls to Drupal::queue()
aggregator_cron
in drupal/
core/
modules/
aggregator/
aggregator.module
Implements
hook_cron
().
drupal_cron_run
in drupal/
core/
includes/
common.inc
Executes a cron run when called.
hook_cron
in drupal/
core/
modules/
system/
system.api.php
Perform periodic actions.
UpdateCoreTest::testFetchTasks
in drupal/
core/
modules/
update/
lib/
Drupal/
update/
Tests/
UpdateCoreTest.php
Tests that exactly one fetch task per project is created and not more.
update_fetch_data_batch
in drupal/
core/
modules/
update/
update.fetch.inc
Batch callback: Processes a step in batch for fetching available update data.
update_install
in drupal/
core/
modules/
update/
update.install
Implements
hook_install
().
update_uninstall
in drupal/
core/
modules/
update/
update.install
Implements
hook_uninstall
().
_update_create_fetch_task
in drupal/
core/
modules/
update/
update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_fetch_data
in drupal/
core/
modules/
update/
update.fetch.inc
Attempts to drain the queue of tasks for release history data to fetch.