Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to look at the current version, PrestaShop 8. Read the current version of the documentation
Hook | actionAdminMenuTabsModifier |
---|---|
Locations | BO |
Type | action |
Origin | core |
Aliases | |
Description | This hook allows modifying back office menu tabs |
This hook has an $array_return
parameter set to true
(module output will be set by name in an array, see explaination here).
Origin | File |
---|---|
core | classes/controller/AdminController.php |
Hook::exec('actionAdminMenuTabsModifier', ['tabs' => &$tabs], null, true);