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

Informations

Modify back office menu This hook allows modifying back office menu tabs
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).

Located in

Origin File
core classes/controller/AdminController.php

Call of the Hook in the origin file

Hook::exec('actionAdminMenuTabsModifier', ['tabs' => &$tabs], null, true);