PrestaShop Developer Conference
PrestaShop Developer Conference
November 6, 2024
Let's talk code, commerce and open source.

Hook displaybackOfficeEmployeeMenu

Informations

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

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,
            ]
        )