Log in
Model

UpdatedAtListProvider

Magento\Sales\Model\ResourceModel\Provider\UpdatedAtListProvider

What it does

This class identifies entities in Magento Sales tables that need to be synchronized to their corresponding grid tables by comparing updated_at timestamps.

Developers use this to find records where the main table has been updated more recently than the grid table, ensuring grid views display current data during indexing operations.

Public Methods

  • getIds()