You are here

abstract protected function BaseUpdateRunner::getAllUpdates in Scheduled Updates 8

Get all schedule updates for this types that should be added to queue.

Return value

ScheduledUpdate[]

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

BaseUpdateRunner

Namespace

Drupal\scheduled_updates\Plugin

Code

protected abstract function getAllUpdates();