Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page

Hook displaybackOfficeEmployeeMenu

Informations

Administration Employee menu This hook is displayed in the employee menu
Hook displaybackOfficeEmployeeMenu
Locations
BO
Type display
Origin core
Aliases
Description This hook is displayed in the employee menu

Located in

Origin File
core src/PrestaShopBundle/Bridge/Smarty/HeaderConfigurator.php

Parameters details

    <?php
    [
        'links' => (ActionsBarButtonsCollection) $menuLinksCollections,
    ]

Call of the Hook in the origin file

dispatchWithParameters(
            'displaybackOfficeEmployeeMenu',
            [
                'links' => $menuLinksCollections,
            ]
        )