Log in
Model

Fallback

Magento\Store\Model\Config\Processor\Fallback

What it does

This class processes Magento's configuration by implementing a fallback hierarchy across different scopes (default, website, and store).

It merges configuration values from broader scopes into more specific ones, so store-level configs inherit from website-level, which in turn inherit from default configs.

Developers rarely interact with this directly as it's part of Magento's internal configuration loading system.

Public Methods

  • process()
  • _resetState()