Log in
Model

Importer

Magento\Config\Model\Config\Importer

What it does

The Importer class processes and imports configuration data from deployment config files into the Magento database.

Developers use this when deploying configuration changes across environments, typically through the 'app:config:import' command.

It compares new configuration values with previously imported ones and only saves what has changed, invoking backend models to properly process the configuration.

Public Methods

  • import()
  • getWarningMessages()