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 actionPresentSupplier

Informations

Supplier Presenter This hook is called before a supplier is presented
Hook actionPresentSupplier
Locations
FO
Type action
Origin core
Aliases
Description This hook is called before a supplier is presented

Located in

Origin File
core src/Adapter/Presenter/Supplier/SupplierPresenter.php

Call of the Hook in the origin file

Hook::exec('actionPresentSupplier',
            ['presentedSupplier' => &$supplierLazyArray]
        );