You are here

public function CommandInteractEvent::getQuestions in Update helper 2.x

The command questions.

Return value

array All the questions.

File

src/Events/CommandInteractEvent.php, line 44

Class

CommandInteractEvent
Event for command interactive.

Namespace

Drupal\update_helper\Events

Code

public function getQuestions() {
  return $this->questions;
}