Hook actionFrontControllerInitBefore

Information

Perform actions before front office controller initialization:

This hook is launched before the initialization of all front office controllers

Hook locations:

  • front office

Hook type: action

Located in:

Call of the Hook in the origin file

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