protected function BaseCommand::execute in Automatic Updates 8
3 calls to BaseCommand::execute()
- CacheRebuild::execute in src/
Command/ CacheRebuild.php - Executes the current command.
- DatabaseUpdate::execute in src/
Command/ DatabaseUpdate.php - Executes the current command.
- DatabaseUpdateStatus::execute in src/
Command/ DatabaseUpdateStatus.php - Executes the current command.
3 methods override BaseCommand::execute()
- CacheRebuild::execute in src/
Command/ CacheRebuild.php - Executes the current command.
- DatabaseUpdate::execute in src/
Command/ DatabaseUpdate.php - Executes the current command.
- DatabaseUpdateStatus::execute in src/
Command/ DatabaseUpdateStatus.php - Executes the current command.
File
- src/
Command/ BaseCommand.php, line 48
Class
- BaseCommand
- Base command class.
Namespace
Drupal\automatic_updates\CommandCode
protected function execute(InputInterface $input, OutputInterface $output) {
$this
->bootstrapDrupal($input);
}