Hello,
I have a hook in a custom method of a non autoload module and it is not calling my hook method.
In the wiki I read
Modules that are intended to attach hooks in the application typically should be autoload because they listen in to classes rather than have classes call upon them. If the...