Log in
Model

Importer

Magento\Store\Model\Config\Importer

What it does

This class imports store configuration data (websites, store groups, and store views) from configuration files into the Magento database.

Developers use this during deployment to sync store configuration from config files to the database, typically through CLI commands like 'app:config:import'.

It handles creating, updating, and deleting store entities while maintaining data consistency through database transactions.

Public Methods

  • import()
  • getWarningMessages()