Model
Data
Magento\Cron\Model\Groups\Config\Data
What it does
This class provides access to Magento's cron group configurations defined in XML files.
Developers use it to retrieve cron group settings like schedule timings, history settings, and other configuration parameters for a specific cron group by its ID.
It caches the configuration data for performance and extends the framework's base Config Data class.
Public Methods
- getByGroupId()