Is there any way to see all the hook file(action hook)?

Is there any way/option to see all the hook files(action hook) as a list in anywhere of the system as like trigger?

Each page has its own hooks that are many common and some specific, I suggest you open the source file and do a search on the word “hook” or “executeHooks”, I do this :slight_smile:

Hi @mgribaudo

Thanks for your reply. Actually I am no saying about hook name. My question is from where to use hook? Like right now I use hook from an action file of an module but just needed to know is it possible to call from anywhere else without using any module’s action file and mod file?

hi,
I am not aware, as far as I know, the hook manager calls the file actions_ .class.php as defined in the descriptor file.

Hi,

I know you are saying “actions_module_name.class.php” but how can we use with existing module without creating a custom module? that is my question.

Thanks
Saikat

Hi,
I am not aware that it is possible without creating a module.
With the module builder it is not a difficult task

Yup thanks. I am doing the same. I create a module and then right the action code under that. Just was checking that if possible or not in other way.

Anyway thanks for your reply.