Hooks

Hookpoint use the following naming convention:

  • camelCasing

  • start with pre or post to define if hooks are called before or after the following position

  • specify classname or file where hookpoint is positioned

  • specify functionname where hookpoint is positioned

  • optionally specify postion within function where hookpoint is positioned

Current list of hookpoints:

More hookpoints will be defined when needed.

Last updated