ExportInfoFactory
Magento\ImportExport\Model\Export\Entity\ExportInfoFactory
What it does
This factory class creates ExportInfo objects that contain all the necessary configuration for exporting entity data in Magento 2.
Developers use this when they need to programmatically set up an export operation, specifying the file format (CSV, XML, etc.), entity type (products, customers, etc.), filters, and other export parameters.
It handles validation of the export configuration and generates appropriate file names with timestamps.
Public Methods
- create()