Log in
Model

Converter

Magento\ImportExport\Model\Import\Config\Converter

What it does

This converter class transforms XML configuration files defining import/export entities into PHP arrays.

Developers use this class to parse import_export.xml files that register custom import entities, their behavior models, entity types, and related indexers.

It automatically filters out entities from disabled modules during the conversion process.

Public Methods

  • convert()