Log in
Interface

ChangelogSelectQueryInterface

Magento\DataExporter\Model\Query\ChangelogSelectQueryInterface

What it does

This interface defines a contract for building database SELECT queries that retrieve changelog data from Magento's indexer change log tables.

Developers implement this interface when they need to fetch entity changes that occurred after a specific version ID, which is essential for incremental data synchronization and export operations in the Data Exporter module.

Public Methods

  • getChangelogSelect()