Hook actionProductGetAttributesGroupsAfter
Triggers after getting product attributes groups
Allows to modify product attributes groups after they are retrieved from the database.
| Hook |
actionProductGetAttributesGroupsAfter |
| Locations |
FO |
| Type |
action |
| Origin |
core |
| Aliases |
|
| Description |
Allows to modify product attributes groups after they are retrieved from the database. |
Located in
Call of the Hook in the origin file
Hook::exec('actionProductGetAttributesGroupsAfter', [
'product' => $this,
'id_lang' => $id_lang,
'id_product_attribute' => $id_product_attribute,
'attributes_groups' => &$result,
]);