Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Feb 2010 at 20:13 UTC
Updated:
13 Mar 2010 at 11:00 UTC
Jump to comment: Most recent file
see function drupal_cron_run(): http://api.drupal.org/api/function/drupal_cron_run/7 in /includes/common.inc
It invokes drupal_alter(), leading to hook_cron_queue_info_alter(), which isn't documented. See
http://api.drupal.org/api/function/hook_cron_queue_info/7
This is part of this meta-issue: #675046: Make sure all hooks in D7 have documentation: Make sure all hooks in D7 have documentation.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 718648.patch | 1.11 KB | chx |
| #7 | 718648.patch | 1.05 KB | chx |
| #4 | 718648_doc_fix.patch | 1.11 KB | robeano |
| #3 | 718648_doc_fix.patch | 912 bytes | robeano |
| #2 | 718648_doc_fix.patch | 911 bytes | robeano |
Comments
Comment #1
robeano commentedPatch is available now.
Comment #2
robeano commentedAnother try after a review by jhodgdon
Comment #3
robeano commentedDarn ampersands!
Another try after a review by jhodgdon
Comment #4
robeano commentedone more thing
Comment #5
jhodgdonFourth time's a charm! :)
One more down, only 20-something more hooks to go.
Comment #6
gddSo I hate to rain on the parade, but is it possible to add a comment above
$queues['aggregator_feeds']['time'] = 30;explaining why you might want to do such a thing? It would be cool if the hook docs had some concept of why you might want to alter these things in addition to how.
Comment #7
chx commentedComment #8
chx commentedI have counter checked with aggregator module and changed the numbers accordingly.
Comment #9
dries commentedCommitted to CVS HEAD. Thanks.