Model
SchemaLocator
Magento\Email\Model\Template\Config\SchemaLocator
What it does
This class locates the XSD schema file used to validate email template configuration files in Magento 2.
Developers use this when the system needs to validate email_templates.xml files against the defined schema rules, ensuring configuration files follow the correct XML structure.
It's part of Magento's configuration validation system for email templates.
Public Methods
- getSchema()
- getPerFileSchema()