protected function IndependentUpdateRunner::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/ IndependentUpdateRunner.php, line 50 - Contains \Drupal\scheduled_updates\Plugin\UpdateRunner\IndependentUpdateRunner.
Class
- IndependentUpdateRunner
- The default Embedded Update Runner.
Namespace
Drupal\scheduled_updates\Plugin\UpdateRunnerCode
protected function getAllUpdates() {
return $this
->getReferencingUpdates();
}