Log in
Model

SaveProcessor

Magento\Config\Model\Config\Importer\SaveProcessor

What it does

This class processes and saves imported configuration data into Magento's configuration system.

Developers would use this when importing configuration values from external sources (like config files or deployment packages), ensuring that all backend model validations and transformations are properly executed during the save process.

It handles different configuration scopes (default, website, store) and triggers the necessary before/after save hooks.

Public Methods

  • process()