The new hook_COMPONENT_alter() functions are really nifty! They need some documentation so we can share them with the world (and google) with greater ease.
Patch forthcoming
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 876206_alter_docuemtnation.patch | 3.58 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedHere's my attempt at a patch.
It's not extremely detailed. But it's a good starting point. I did the grunt work for whoever wants to build on it.
I also used a phpdoc group to group all of the alter functions. That's where most of the documentation can go that explains the actual functionality.
Comment #2
Anonymous (not verified) commentedForgot to mention. This is all in reference to the hooks that were added from here: #693024: Add alter hooks for the "faux" exportables
Comment #3
kyle_mathews commentedtitle type fix
Comment #4
yhahn commentedGreato, committed here: http://drupal.org/cvs?commit=404322
I removed the entry for contexts as these are a ctools component.