CronController::__construct

public CronController::__construct(CronInterface $cron)

Constructs a CronController object.

Parameters

\Drupal\Core\CronInterface $cron: The cron service.

File

core/modules/system/src/CronController.php, line 28

Class

CronController
Controller for Cron handling.

Namespace

Drupal\system

Code

public function __construct(CronInterface $cron) {
  $this->cron = $cron;
}
doc_Drupal
2016-10-29 08:59:08
Comments
Leave a Comment

Please login to continue.