Constructs a CronController object.
\Drupal\Core\CronInterface $cron: The cron service.
public function __construct(CronInterface $cron) { $this->cron = $cron; }