Interface
ConfigInterface
Magento\Cron\Model\ConfigInterface
What it does
This interface defines the contract for retrieving cron job configurations in Magento 2.
Developers use implementations of this interface to access the list of all registered cron jobs in the system, which are typically defined in crontab.xml files across modules.
It's primarily used by the cron scheduler and cron management tools to discover and execute scheduled tasks.
Public Methods
- getJobs()