Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
Hook | actionProductSearchProviderRunQueryAfter |
---|---|
Locations | FO |
Type | action |
Origin | core |
Aliases | |
Description | Required to return a previous state of an SQL query or/and to change a result of the SQL query after executing it |
Origin | File |
---|---|
core | classes/controller/ProductListingFrontController.php |
Hook::exec('actionProductSearchProviderRunQueryAfter', [
'query' => $query,
'result' => $result,
])