| Hook | filterManufacturerContent |
|---|---|
| Locations | FO |
| Type | action |
| Origin | core |
| Aliases | |
| Description | This hook is called just before fetching content page manufacturer |
This hook has an $array_return parameter set to true (module output will be set by name in an array, see explaination here).
This hook has a $check_exceptions parameter set to false (check permission exceptions, see explaination here).
This hook has a $chain parameter set to true (hook will chain the return of hook module, see explaination here).
| Origin | File |
|---|---|
| core | controllers/front/listing/ManufacturerController.php |
$filteredManufacturer = Hook::exec(
'filterManufacturerContent',
['object' => $manufacturer],
$id_module = null,
$array_return = false,
$check_exceptions = true,
$use_push = false,
$id_shop = null,
$chain = true
);