Interface
ConfigInterface
Magento\ImportExport\Model\Export\ConfigInterface
What it does
This interface defines the contract for retrieving export configuration in Magento 2's ImportExport module.
Developers use this to access available export entities (like products, customers), supported file formats (CSV, XML), and entity-specific type configurations when building or extending export functionality.
Public Methods
- getEntities()
- getFileFormats()
- getEntityTypes()