Interface
MapperInterface
Magento\Config\Model\Config\Structure\MapperInterface
What it does
This interface defines a contract for mappers that transform system configuration data in Magento 2.
Developers implement this interface when they need to modify or restructure configuration arrays during the configuration loading process, such as reorganizing nested settings or applying transformations to configuration data before it's used by the system.
Public Methods
- map()