PrestaShop Developer Conference
PrestaShop Developer Conference
Paris, France - November 30, 2023
Let's talk code, commerce and open source.

Hook actionListModules 8.0

Information

Hook locations:

  • back office

Hook type: action

Located in:

Call of the Hook in the origin file

$modulesFromHook = $this->hookManager->exec('actionListModules', [], null, true);
$modulesFromHook = array_values($modulesFromHook ?? []);

Example implementation

This hook has been implemented in the native ps_distributionapiclient module