public function CommandInteractEvent::getOutput in Update helper 8
Get console command output.
Return value
\Symfony\Component\Console\Output\OutputInterface Output interface for command.
File
- src/
Events/ CommandInteractEvent.php, line 80
Class
- CommandInteractEvent
- Event for command interactive.
Namespace
Drupal\update_helper\EventsCode
public function getOutput() {
return $this->output;
}