Issue #2061275 by StephaneQ, cconrad: Do not confuse hook_cron_queue_info with hook_cron in docs

merge-requests/26/head
Jennifer Hodgdon 2013-09-12 07:40:01 -07:00
parent 1deabbd25b
commit 9b377a4580
1 changed files with 1 additions and 2 deletions

View File

@ -607,8 +607,7 @@ function hook_cron() {
* An associative array where the key is the queue name and the value is
* again an associative array. Possible keys are:
* - 'worker callback': The name of the function to call. It will be called
* with one argument, the item created via DrupalQueue::createItem() in
* hook_cron().
* with one argument, the item created via DrupalQueue::createItem().
* - 'time': (optional) How much time Drupal should spend on calling this
* worker in seconds. Defaults to 15.
*