small api documentation issue:
the $build parameter in the hook_x_view_alter() functions should be passed by reference
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | hook_x_view_alter.patch | 1.98 KB | pasqualle |
small api documentation issue:
the $build parameter in the hook_x_view_alter() functions should be passed by reference
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | hook_x_view_alter.patch | 1.98 KB | pasqualle |
Comments
Comment #1
pasqualleComment #2
jhodgdonGood catch! Definitely anything in a hook_X_alter() hook that is not an object needs to be passed by reference, and these examples are all adding elements to the arrays.
Comment #3
dries commentedCommitted to CVS HEAD.