Data
Magento\Config\Model\ResourceModel\Config\Data
What it does
This resource model manages database operations for Magento's core configuration data stored in the core_config_data table.
Developers use this class when they need to save, validate, or delete configuration values programmatically, particularly when working with scope-specific settings (default, website, or store level).
It ensures configuration uniqueness and handles array-to-string conversion for multi-select configuration values.
Public Methods
- clearScopeData()