Datashare
Magento\Config\Model\Config\Backend\Datashare
What it does
This class serves as a backend model for configuration fields related to data sharing settings in Magento 2.
Developers would use this class when they need to define custom behavior for saving data sharing configuration values in the admin panel.
Currently, it extends the base config value model but has a minimal afterSave implementation that simply returns itself without additional processing.
Public Methods
- afterSave()