Skip to content

Commit

Permalink
add hook at install
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Aug 1, 2024
1 parent 8a4b010 commit b63a0ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install-dev/data/xml/hook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2879,6 +2879,11 @@
<title>Runs an action after ProductSearchProviderInterface::RunQuery()</title>
<description>Required to return a previous state of an SQL query or/and to change a result of the SQL query after executing it</description>
</hook>
<hook id="actionFrontControllerSetVariablesBefore">
<name>actionFrontControllerSetVariablesBefore</name>
<title>Add general purpose variables in JavaScript object and Smarty templates before assignation.</title>
<description>Allows defining variables for the JavaScript object before the core does it.</description>
</hook>
<hook id="actionFrontControllerSetVariables">
<name>actionFrontControllerSetVariables</name>
<title>Add variables in JavaScript object and Smarty templates</title>
Expand Down

0 comments on commit b63a0ed

Please sign in to comment.