public function UpdateRunnerInterface::isRunByCron in Scheduled Updates 8
Get whether or not the updates are run by cron.
Return value
boolean Whether or not the updates are run by cron.
1 method overrides UpdateRunnerInterface::isRunByCron()
- BaseUpdateRunner::isRunByCron in src/
Plugin/ BaseUpdateRunner.php - @inheritdoc
File
- src/
Plugin/ UpdateRunnerInterface.php, line 128 - Contains Drupal\scheduled_updates\Plugin\UpdateRunnerInterface.
Class
- UpdateRunnerInterface
- Interface for Update Runner Plugins.
Namespace
Drupal\scheduled_updates\PluginCode
public function isRunByCron();