Log in
Model

Converter

Magento\Customer\Model\Address\Config\Converter

What it does

This converter class transforms XML configuration for customer address formats into a PHP array structure that Magento can use internally.

Developers would use this when defining or customizing how customer addresses are displayed in different formats (like oneline, html, pdf) through XML configuration files.

It's part of Magento's configuration processing pipeline that reads address_formats.xml files.

Public Methods

  • convert()