Log in
Interface

NotSyncedDataProviderInterface

Magento\Sales\Model\ResourceModel\Provider\NotSyncedDataProviderInterface

What it does

This interface defines a contract for providers that identify entities needing synchronization between main tables and their corresponding grid tables in Magento 2.

Developers implement this interface when creating custom grid synchronization logic to determine which entity IDs require updates in admin grids (like orders, invoices, shipments) that haven't been synced yet.

Public Methods

  • getIds()