Log in
Model

ScopeFallbackResolver

Magento\Store\Model\ScopeFallbackResolver

What it does

This class determines the fallback hierarchy for Magento's scope system (store, website, default).

When a configuration value or data isn't found at a specific scope level, this resolver identifies which parent scope to check next.

For example, if a store-level configuration doesn't exist, it tells the system to fall back to the website scope, then to the default scope.

Public Methods

  • getFallbackScope()