You are here

public function CronController::__construct in CiviCRM Cron 8

CronController constructor.

Parameters

\Drupal\civicrm\Civicrm $civicrm: CiviCRM service.

File

src/Controller/CronController.php, line 30

Class

CronController
Class CronController.

Namespace

Drupal\civicrm_cron\Controller

Code

public function __construct(Civicrm $civicrm) {
  $this->civicrm = $civicrm;
}