Log in
Interface

EntityIdsProviderInterface

Magento\DataExporter\Model\Indexer\EntityIdsProviderInterface

What it does

This interface defines methods for retrieving entity IDs that need to be processed during data export indexing operations.

Developers implement this interface to provide logic for fetching all entity IDs for full reindexing and determining affected IDs (including parent-child relationships) for partial reindexing when specific entities change.

Public Methods

  • getAllIds()
  • getAffectedIds()