Hook displaybackOfficeEmployeeMenu

Information

Administration Employee menu:

This hook is displayed in the employee menu

Hook locations:

  • front office

Hook type: display

Located in:

Parameters details

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

Call of the Hook in the origin file

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