Generator
Magento\DataExporter\Model\Batch\Feed\Generator
What it does
This class generates batches of feed data for export by dividing large datasets into smaller, manageable chunks based on configured batch sizes.
Developers use this when processing feed data for export to external systems, particularly for resending failed items or submitting collected feed data.
It handles both immediate export feeds (like product feeds) and legacy feeds (like order feeds) by creating batch iterations from feed index tables.
Public Methods
- generate()