Log in
Model

MarkRemovedEntitiesQuery

Magento\DataExporter\Model\Query\MarkRemovedEntitiesQuery

What it does

This class generates SQL queries to identify entities that have been deleted from the source table but still exist in the feed index table.

Developers use this during feed synchronization to mark entities as removed when they no longer exist in the original data source, ensuring the export feed stays in sync with actual data.

Public Methods

  • getQuery()