Log in
Interface

DesignConfigDataInterface

Magento\Theme\Api\Data\DesignConfigDataInterface

What it does

This interface defines the contract for design configuration data objects in Magento 2's theme system.

Developers use it when working with theme design settings to store and retrieve configuration values along with their paths and field configurations.

It's commonly used in admin panels and APIs for managing store design settings like logos, headers, and other theme-related configurations.

Public Methods

  • getPath()
  • getValue()
  • getFieldConfig()
  • setPath()
  • setValue()
  • setFieldConfig()
  • getExtensionAttributes()
  • setExtensionAttributes()