Hook actionAdminProductsListingResultsModifier

Informations

Hook actionAdminProductsListingResultsModifier
Locations
BO
Type action
Origin core
Aliases

Located in

Origin File
core src/Adapter/Product/AdminProductDataProvider.php

Parameters details

    <?php
    array(
      '_ps_version' => (string) PrestaShop version,
      'products' => &(PDOStatement),
      'total' => (int),
    );

Call of the Hook in the origin file

Hook::exec('actionAdminProductsListingResultsModifier', [
            '_ps_version' => AppKernel::VERSION,
            'products' => &$products,
            'total' => $total,
        ])