You are here

public function BaseUpdateRunner::setRunByCron in Scheduled Updates 8

@inheritdoc

Overrides UpdateRunnerInterface::setRunByCron

File

src/Plugin/BaseUpdateRunner.php, line 730
Contains \Drupal\scheduled_updates\Plugin\BaseUpdateRunner.

Class

BaseUpdateRunner

Namespace

Drupal\scheduled_updates\Plugin

Code

public function setRunByCron($run_by_cron) {
  $this->isRunByCron = $run_by_cron;
}