Interface
AffectedIdsResolverInterface
Magento\DataExporter\Model\Indexer\AffectedIdsResolverInterface
What it does
This interface defines a contract for resolvers that identify all entity IDs affected when specific entities are modified.
Developers implement this interface to handle related entity relationships (like parent-child dependencies) during data export indexing, ensuring all dependent entities are properly reindexed when changes occur.
Public Methods
- getAllAffectedIds()