Log in
Model

Converter

Magento\Payment\Model\Config\Converter

What it does

This class converts payment configuration XML files into PHP arrays that Magento can use internally.

Developers interact with this class indirectly when defining payment methods, credit card types, or payment groups in XML configuration files.

It processes the payment.xml configuration and transforms it into a structured array format containing credit cards, groups, and payment methods.

Public Methods

  • convert()