Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PreCommandRunEvent.php

function PreCommandRunEvent::getInput

Returns the console input

File

vendor/composer/composer/src/Composer/Plugin/PreCommandRunEvent.php, line 51

Class

PreCommandRunEvent
The pre command run event.

Namespace

Composer\Plugin

Code

public function getInput() : InputInterface {
    return $this->input;
}
RSS feed
Powered by Drupal