Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Apr 2010 at 04:06 UTC
Updated:
13 May 2010 at 04:50 UTC
Jump to comment: Most recent file
Part of #675046: Make sure all hooks in D7 have documentation
This hook is invoked from function module_hook_info() in includes/module.inc
And it should be documented.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 777080.patch | 1.34 KB | jhodgdon |
Comments
Comment #1
jhodgdonHere's a patch. I'm not quite sure why hook_hook_info_alter() needed to exist, so the example is a bit odd, but... here it is.
Comment #2
aspilicious commentedDELETED COMMENTS
I was wrong, hooks have to be in the imperative form...
Comment #3
aspilicious commentedComment #4
aspilicious commentedAfter editing #2
Comment #5
blg@bgreenaway.com commentedAll good, syntax OK, test passes, explains use, makes sense, plz commit.
Comment #6
webchickCommitted to HEAD. Thanks! :)