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

Breadcrumb

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

function CommandEvent::getOutput

Retrieves the command output interface

File

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

Class

CommandEvent
An event for all commands.

Namespace

Composer\Plugin

Code

public function getOutput() : OutputInterface {
    return $this->output;
}
RSS feed
Powered by Drupal