Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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