I need to track each and every module.
to have a global customization we need to use Application logic hooks .am i right?
so is that possible to use module logic hook events such as[before_save],[after_save], etc… in application logic hook?. so that i can customize save operation once, which will have impact on all modules save operation…
please guide me on this…
in application level hooks, there is only 2 acceptable parameters at hook class method, so $bean is not available, only $event and $arguments are available.
So ideally avoid application-level hooks mixing with module level hooks, until you are not looking to spent hours and bind code strictly.