Log in
Model

ScopeFallbackResolver

Magento\Store\Model\ScopeFallbackResolver

What it does

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

When a configuration value isn't found at a specific scope level, it uses this resolver to determine which parent scope to check next, ensuring proper inheritance of settings from default → website → store group → store view.

Public Methods

  • getFallbackScope()