Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
Hook | actionListModules |
---|---|
Locations | BO |
Type | action |
Origin | core |
Aliases | |
Description |
Origin | File |
---|
$modulesFromHook = $this->hookManager->exec('actionListModules', [], null, true);
$modulesFromHook = array_values($modulesFromHook ?? []);
This hook has been implemented in the native ps_distributionapiclient module