You are here

public function BaseUpdateRunner::isRunByCron in Scheduled Updates 8

@inheritdoc

Overrides UpdateRunnerInterface::isRunByCron

File

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

Class

BaseUpdateRunner

Namespace

Drupal\scheduled_updates\Plugin

Code

public function isRunByCron() {
  return $this->isRunByCron;
}