hook_cron_queue_info_alter

function hook_cron_queue_info_alter

hook_cron_queue_info_alter(&$queues)

Alter cron queue information before cron runs.

Called by drupal_cron_run() to allow modules to alter cron queue settings before any jobs are processesed.

Parameters

array $queues: An array of cron queue information.

See also

hook_cron_queue_info()

drupal_cron_run()

Related topics