protected function EmbeddedUpdateRunner::getAllUpdates in Scheduled Updates 8
Get all schedule updates for this types that should be added to queue.
Return value
Overrides BaseUpdateRunner::getAllUpdates
File
- src/
Plugin/ UpdateRunner/ EmbeddedUpdateRunner.php, line 78 - Contains \Drupal\scheduled_updates\Plugin\UpdateRunner\EmbeddedUpdateRunner.
Class
- EmbeddedUpdateRunner
- The default Embedded Update Runner.
Namespace
Drupal\scheduled_updates\Plugin\UpdateRunnerCode
protected function getAllUpdates() {
return $this
->getEmbeddedUpdates();
}