Interface
DesignConfigInterface
Magento\Theme\Api\Data\DesignConfigInterface
What it does
This interface defines the contract for design configuration data objects in Magento 2's theme system.
Developers use this to work with theme design settings that are scoped to different levels (global, website, or store view), allowing them to retrieve or set design configurations programmatically across different scope contexts.
Public Methods
- getScope()
- getScopeId()
- setScope()
- setScopeId()
- getExtensionAttributes()
- setExtensionAttributes()