| Hook | actionAdminProductsListingFieldsModifier |
|---|---|
| Locations | BO |
| Type | action |
| Origin | core |
| Aliases | |
| Description |
| Origin | File |
|---|---|
| core | classes/controller/AdminController.php |
Hook::exec('action' . $this->controller_name . 'ListingFieldsModifier', [
'select' => &$this->_select,
'join' => &$this->_join,
'where' => &$this->_where,
'group_by' => &$this->_group,
'order_by' => &$this->_orderBy,
'order_way' => &$this->_orderWay,
'fields' => &$this->fields_list,
]);