ImportExport Module
Model\Export\Adapter\Factory
This factory class creates instances of export adapter objects in Magento 2's import/export system. Developers use this factory to instantiate differe...
Model\Export\Entity\ExportInfoFactory
This factory class creates ExportInfo objects that contain all the necessary configuration for exporting entity data in Magento 2. Developers use this...
Model\Export\Entity\Factory
This factory class creates instances of export entity classes in Magento 2's import/export system. Developers use this when they need to instantiate e...
Model\Export\Factory
This factory class creates and validates data collection instances for Magento's export functionality. Developers use it to instantiate collection obj...
Model\Import\Entity\Factory
This factory class creates instances of import entity classes in Magento 2's ImportExport module. Developers use it to instantiate different entity im...