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

Breadcrumb

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

function CommandEvent::getInput

Returns the command input interface

File

vendor/composer/composer/src/Composer/Plugin/CommandEvent.php, line 60

Class

CommandEvent
An event for all commands.

Namespace

Composer\Plugin

Code

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