public function UpdateRunnerInterface::runUpdatesInQueue in Scheduled Updates 8
Run all updates that are in the queue.
Parameters
$time_end: The time in seconds when no more updates should be run.
1 method overrides UpdateRunnerInterface::runUpdatesInQueue()
- BaseUpdateRunner::runUpdatesInQueue in src/
Plugin/ BaseUpdateRunner.php - Run all updates that are in the queue.
File
- src/
Plugin/ UpdateRunnerInterface.php, line 63 - Contains Drupal\scheduled_updates\Plugin\UpdateRunnerInterface.
Class
- UpdateRunnerInterface
- Interface for Update Runner Plugins.
Namespace
Drupal\scheduled_updates\PluginCode
public function runUpdatesInQueue($time_end);