Log in
Model

Config

Magento\Directory\Model\Currency\Import\Config

What it does

This configuration class manages currency import services in Magento 2.

It validates and stores service definitions (name, class, label) during construction, then provides methods to retrieve available services, get the implementing class for a service, or fetch its display label.

Developers use this when working with currency exchange rate import functionality or adding custom currency import services.

Public Methods

  • getAvailableServices()
  • getServiceClass()
  • getServiceLabel()