Model
ChangelogQueryProvider
Magento\DataExporter\Model\Provider\ChangelogQueryProvider
What it does
This class serves as a factory/provider for retrieving the appropriate changelog query implementation based on a view identifier.
Developers use this when they need to fetch different types of changelog queries for data export operations, with the system falling back to a default query if a specific view isn't configured.
Public Methods
- getChangeLogSelectQuery()