Log in
Model

Storage

Magento\Theme\Model\Design\Config\Storage

What it does

This class manages the persistence of design configuration settings in Magento 2, handling how theme-related configurations are loaded from, saved to, and deleted from the database.

Developers use this when working with design configuration data across different scopes (store, website, default), as it handles transactions and ensures values are properly stored or removed based on whether they differ from defaults.

Public Methods

  • load()
  • save()
  • delete()