Location of the controller for products list in admin

Anyone know where is

Location of the controller for products list in admin ?



i need to make a new filter /sort

The controller name is ‘products’. The standard controller is in controllers/admin/products.php (or search.php). But I would recommend using a ‘post’ controller in your my_changes addon. I.e. addons/my_changes/controllers/admin/products.post.php.



This will be called after the standard controler completes but before the template.