Hook actionProductSearchProviderRunQueryAfter
Runs an action after ProductSearchProviderInterface::RunQuery()
Required to return a previous state of an SQL query or/and to change a result of the SQL query after executing it
| 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 |
Located in
Call of the Hook in the origin file
Hook::exec('actionProductSearchProviderRunQueryAfter', [
'query' => $query,
'result' => $result,
])