Hook actionControllerInitBefore

Information

Perform actions before controller initialization:

This hook is launched before the initialization of all controllers

Hook locations:

  • front office

Hook type: action

Located in:

Call of the Hook in the origin file

Hook::exec(
            'actionControllerInitBefore',
            [
                'controller' => $this,
            ]
        )