Hook actionAdminProductsListingFieldsModifier

Informations

Hook actionAdminProductsListingFieldsModifier
Locations
BO
Type action
Origin core
Aliases
Description

Located in

Origin File
core classes/controller/AdminController.php

Call of the Hook in the origin file

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,
]);