Model
Converter
Magento\Email\Model\Template\Config\Converter
What it does
This converter class transforms XML configuration of email templates into a PHP array format.
Developers use this when working with Magento's email template system, as it automatically processes the email_templates.xml configuration files from modules and converts them into a usable data structure containing template metadata like labels, files, types, modules, and areas.
Public Methods
- convert()