public function UpdateRunnerInterface::addUpdatesToQueue in Scheduled Updates 8
Add all updates to queue.
1 method overrides UpdateRunnerInterface::addUpdatesToQueue()
- BaseUpdateRunner::addUpdatesToQueue in src/
Plugin/ BaseUpdateRunner.php - Add all updates to queue.
File
- src/
Plugin/ UpdateRunnerInterface.php, line 45 - Contains Drupal\scheduled_updates\Plugin\UpdateRunnerInterface.
Class
- UpdateRunnerInterface
- Interface for Update Runner Plugins.
Namespace
Drupal\scheduled_updates\PluginCode
public function addUpdatesToQueue();