Log in
Model

Config

Magento\Theme\Model\Data\Design\Config

What it does

This class serves as a data model for theme design configuration settings in Magento 2, storing scope-level design preferences (like store view or website level).

Developers use this class when working with the design configuration API to get or set theme-related settings for specific scopes, such as configuring different themes for different store views.

Public Methods

  • getScope()
  • getScopeId()
  • setScope()
  • setScopeId()
  • getExtensionAttributes()
  • setExtensionAttributes()