Log in
Model

Data

Magento\Widget\Model\Config\Data

What it does

This class manages configuration data for Magento 2 widgets by extending the scoped configuration data handler.

It defines a specific scope priority scheme (global, then design) that determines the order in which widget configurations are loaded and merged from different configuration scopes.

Developers use this indirectly when working with widget configurations across different design themes and global settings.