Log in
Model

CollectionUpdater

Magento\Sales\Model\Grid\CollectionUpdater

What it does

This class is responsible for updating sales transaction grid collections by filtering them based on the currently viewed order.

Developers use this class when they need to display transaction grids on order detail pages, ensuring only transactions related to the specific order are shown.

It automatically applies order filters and adds order increment ID information to the collection.

Public Methods

  • update()