see function http://api.drupal.org/api/function/archiver_get_info/7in includes/common.inc
It invokes drupal_alter(), leading to hook_archiver_info_alter(), which isn't documented. See http://api.drupal.org/api/function/hook_archiver_info/7
This is part of this meta-issue: #675046: Make sure all hooks in D7 have documentation
Patch coming shortly...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 708574.patch | 1.68 KB | jhodgdon |
Comments
Comment #1
jhodgdonHere's a patch.
That first link up there should be http://api.drupal.org/api/function/archiver_get_info/7 by the way, no way to go back and edit it...
Comment #2
jhodgdonComment #4
jhodgdonThis is a doc-only patch. No way it caused "Comment paging settings (CommentPagerTest) " to fail... Must be some test bot issues still?
Comment #5
jhodgdon#1: 708574.patch queued for re-testing.
Comment #6
jhodgdonLooks like the test passed the second time. Maybe we can get this in?
Comment #7
dries commentedCommitted to CVS HEAD. Thanks.