Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Won't Fix
-
Affects Version/s: Unscheduled
-
Fix Version/s: 4.4.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
I have modified the hooks framework to be able to handle hooks with an arbitrary number of arguments. At the same time it greatly reduces the lines of code.
The principle that is used to call the hooks is also mentioned here: http://drupal.org/node/353494
The patch should be perfectly backwards-compatible. No behavior that is used in other modules is changed.