Factory
Export\Factory
Magento\ImportExport\Model\Export\Factory
What it does
This factory class creates and validates data collection instances for Magento's export functionality.
Developers use it to instantiate collection objects that gather entity data (like products or customers) for export operations, ensuring the created object is a valid Magento Data Collection type.
Public Methods
- create()