Model
SchemaLocator
Magento\Cron\Model\Groups\Config\SchemaLocator
What it does
This class provides the file paths to XSD schema files used to validate cron group configuration XML files in Magento 2.
Developers would use this when defining or validating custom cron group configurations, ensuring their XML structure follows Magento's cron_groups.xsd schema rules.
It's part of Magento's configuration validation system for cron jobs.
Public Methods
- getSchema()
- getPerFileSchema()