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 | actionFrontControllerSetVariablesBefore |
---|---|
Locations | FO |
Type | action |
Origin | core |
Aliases | |
Description | Allows defining variables for the JavaScript object before the core does it. |
Origin | File |
---|---|
core | classes/controller/FrontController.php |
Hook::exec(
'actionFrontControllerSetVariablesBefore',
[
'templateVars' => &$templateVars,
'cart' => $cart,
]
);