abstract protected function BaseUpdateRunner::getAllUpdates in Scheduled Updates 8
Get all schedule updates for this types that should be added to queue.
Return value
1 call to BaseUpdateRunner::getAllUpdates()
- BaseUpdateRunner::addUpdatesToQueue in src/
Plugin/ BaseUpdateRunner.php - Add all updates to queue.
2 methods override BaseUpdateRunner::getAllUpdates()
- EmbeddedUpdateRunner::getAllUpdates in src/
Plugin/ UpdateRunner/ EmbeddedUpdateRunner.php - Get all schedule updates for this types that should be added to queue.
- IndependentUpdateRunner::getAllUpdates in src/
Plugin/ UpdateRunner/ IndependentUpdateRunner.php - Get all schedule updates for this types that should be added to queue.
File
- src/
Plugin/ BaseUpdateRunner.php, line 714 - Contains \Drupal\scheduled_updates\Plugin\BaseUpdateRunner.
Class
Namespace
Drupal\scheduled_updates\PluginCode
protected abstract function getAllUpdates();