Model
Converter
Magento\Widget\Model\Config\Converter
What it does
This converter class transforms XML widget configuration files (widget.xml) into PHP arrays that Magento can use internally.
Developers interact with this class indirectly when creating custom widgets - it automatically processes the widget.xml configuration to define widget parameters, supported containers, email compatibility, and other settings during Magento's configuration compilation.
Public Methods
- convert()