Model
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 at different scopes (default, website, store).
It ensures configuration uniqueness by scope and handles data conversion before saving.
Public Methods
- clearScopeData()