| Hook | actionAdminProductsListingResultsModifier | 
|---|---|
| Locations | BO  | 
| Type | action | 
| Origin | core | 
| Aliases | |
| Description | 
| Origin | File | 
|---|---|
| core | src/Adapter/Product/AdminProductDataProvider.php | 
    <?php
    array(
      '_ps_version' => (string) PrestaShop version,
      'products' => &(PDOStatement),
      'total' => (int),
    );
Hook::exec('actionAdminProductsListingResultsModifier', [
            '_ps_version' => AppKernel::VERSION,
            'products' => &$products,
            'total' => $total,
        ])