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 | actionLanguageLinkParameters |
---|---|
Locations | FO |
Type | action |
Origin | core |
Aliases | |
Description | Allows modules to provide proper parameters for links in other languages. |
Origin | File |
---|---|
core | classes/Link.php |
Hook::exec(
'actionLanguageLinkParameters',
['linkParams' => &$params, 'linkIdLang' => (int) $idLang]
);