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);