Model
ExportInfo
Magento\ImportExport\Model\Export\Entity\ExportInfo
What it does
This class serves as a data transfer object (DTO) that encapsulates all configuration parameters needed for export operations in Magento 2.
Developers use it to pass export settings like file format, entity type, filters, and locale between different layers of the export system, ensuring type safety and organized data structure during the export process.
Public Methods
- getFileFormat()
- setFileFormat()
- getFileName()
- setFileName()
- getContentType()
- setContentType()
- getEntity()
- setEntity()
- getExportFilter()
- setExportFilter()
- getSkipAttr()
- setSkipAttr()
- getLocale()
- setLocale()
- getFieldsEnclosure()
- setFieldsEnclosure()