You are here

service civicrm_cron.cron_runner in CiviCRM Cron 8

Class

Drupal\civicrm_cron\CronRunner
2 string references to civicrm_cron.cron_runner
civicrm_cron_cron in ./civicrm_cron.module
Implements hook_cron().
SettingsForm::create in src/Form/SettingsForm.php
Instantiates a new instance of this class.

File

./civicrm_cron.services.yml
civicrm_cron.services.yml

View source
  1. class: Drupal\civicrm_cron\CronRunner
  2. arguments:
  3. - '@civicrm'
  4. - '@config.factory'
  5. - '@http_client'