You are here

public function CommandExecuteEvent::getCommand in Update helper 8

Get drupal console command.

Return value

\Drupal\Console\Core\Command\Command Returns drupal console command.

File

src/Events/CommandExecuteEvent.php, line 78

Class

CommandExecuteEvent
Event for command execute.

Namespace

Drupal\update_helper\Events

Code

public function getCommand() {
  return $this->command;
}