Model
GridPool
Magento\Sales\Model\ResourceModel\GridPool
What it does
This class manages a collection of sales-related grid resources (like orders, invoices, shipments grids) and provides a centralized way to refresh their data.
Developers use this when they need to update multiple grid views simultaneously after an order change, ensuring all related grids stay synchronized with the latest order information.
Public Methods
- refreshByOrderId()