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

Breadcrumb

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

function PreCommandRunEvent::getCommand

Returns the command about to be executed

File

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

Class

PreCommandRunEvent
The pre command run event.

Namespace

Composer\Plugin

Code

public function getCommand() : string {
    return $this->command;
}
RSS feed
Powered by Drupal