SchemaLocator
Magento\Catalog\Model\ProductOptions\Config\SchemaLocator
What it does
This class provides the file paths to XSD schema files used to validate product options configuration in Magento 2.
It implements SchemaLocatorInterface to return paths for both merged configuration validation (product_options_merged.xsd) and individual file validation (product_options.xsd).
Developers would encounter this when working with custom product option types or extending the product options configuration system.
Public Methods
- getSchema()
- getPerFileSchema()