Model
Converter
Magento\ImportExport\Model\Export\Config\Converter
What it does
This converter class transforms XML configuration files for Magento's export functionality into PHP arrays.
It processes entity definitions, entity types, and file formats from export.xml configuration files, making them available to the export system.
Developers would extend or modify this when customizing how export configurations are parsed and validated.
Public Methods
- convert()