Hook actionAdminShippingPreferencesControllerPostProcessCarrierOptionsBefore

Informations

On post-process in Admin Improve Shipping Preferences Controller This hook is called on Admin Improve Shipping Preferences post-process before processing the Carrier Options form
Hook actionAdminShippingPreferencesControllerPostProcessCarrierOptionsBefore
Locations
BO
Type action
Origin core
Aliases
Description This hook is called on Admin Improve Shipping Preferences post-process before processing the Carrier Options form

Located in

Origin File
core src/PrestaShopBundle/Controller/Admin/Improve/Shipping/PreferencesController.php

Call of the Hook in the origin file

$this->dispatchHookWithParameters(
    'actionAdminShippingPreferencesControllerPostProcessCarrierOptionsBefore',
    ['controller' => $this]
);