Hook actionProductGetAttributesGroupsBefore

Informations

Triggers before getting product attributes groups Allows to modify product attributes groups SQL query before they are retrieved from the database.
Hook actionProductGetAttributesGroupsBefore
Locations
FO
Type action
Origin core
Aliases
Description Allows to modify product attributes groups SQL query before they are retrieved from the database.

Located in

Origin File
core classes/Product.php

Call of the Hook in the origin file

Hook::exec('actionProductGetAttributesGroupsBefore', [
            'product' => $this,
            'id_lang' => $id_lang,
            'id_product_attribute' => $id_product_attribute,
            'query' => $query,
        ]);