Log in
Model

SaveProcessor

Magento\Config\Model\Config\Importer\SaveProcessor

What it does

This class processes and saves configuration data imported into Magento 2, typically from configuration files or external sources.

It iterates through configuration scopes (default, website, store) and triggers backend model hooks (beforeSave/afterSave) to ensure proper validation and processing of configuration values.

Developers use this when importing configuration data programmatically, such as during deployment or environment synchronization.

Public Methods

  • process()