Interface
MarkRemovedEntitiesInterface
Magento\DataExporter\Model\Indexer\MarkRemovedEntitiesInterface
What it does
This interface defines a contract for marking entities as removed in Magento's data export feed system.
Developers implement this interface when they need to flag specific entities (identified by IDs) as deleted in feed tables, allowing external systems to be notified about removed data during synchronization processes.
Public Methods
- execute()