Model
CollectionUpdater
Magento\Sales\Model\Grid\Child\CollectionUpdater
What it does
This class updates transaction grid collections to filter child transactions based on a parent transaction ID.
Developers would use this when displaying child transactions in admin grids, such as when viewing related transactions under a parent transaction.
It retrieves the current transaction from the registry and applies it as a filter to the collection.
Public Methods
- update()