Log in
Model

Data

Magento\Cron\Model\Config\Data

What it does

This class provides access to Magento 2's cron job configuration by combining data from XML files and the database.

Developers use this class when they need to retrieve all configured cron jobs across the system, typically for scheduling, management, or display purposes.

It automatically merges cron jobs defined in XML configuration files with those stored in the database.

Public Methods

  • getJobs()