Interface
NotSyncedDataProviderInterface
Magento\Sales\Model\ResourceModel\Provider\NotSyncedDataProviderInterface
What it does
This interface defines a contract for providers that identify sales entities (orders, invoices, shipments, etc.) that are out of sync between main tables and their corresponding grid tables.
Developers implement this interface to create custom synchronization logic that determines which entity IDs need to be updated in admin grid views to reflect the latest data.
Public Methods
- getIds()