Log in
Model

Xml

Magento\Cron\Model\Config\Reader\Xml

What it does

This class reads and parses crontab.xml configuration files from Magento 2 modules to load cron job definitions.

It extends the framework's filesystem reader to specifically handle cron configuration XML files, mapping groups and job names as identifiers.

Developers use this indirectly when Magento processes cron configurations during deployment or cache rebuild operations.