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