protected function UpdateCommand::execute in Lightning Core 8
Same name and namespace in other branches
- 8.5 src/Command/UpdateCommand.php \Drupal\lightning_core\Command\UpdateCommand::execute()
- 8.2 src/Command/UpdateCommand.php \Drupal\lightning_core\Command\UpdateCommand::execute()
- 8.3 src/Command/UpdateCommand.php \Drupal\lightning_core\Command\UpdateCommand::execute()
- 8.4 src/Command/UpdateCommand.php \Drupal\lightning_core\Command\UpdateCommand::execute()
File
- src/
Command/ UpdateCommand.php, line 34
Class
Namespace
Drupal\lightning_core\CommandCode
protected function execute(InputInterface $input, OutputInterface $output) {
$io = new DrupalStyle($input, $output);
$this->updateManager
->executeAllInConsole($io);
}