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

Breadcrumb

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

function HelpCommand::setCommand

File

vendor/symfony/console/Command/HelpCommand.php, line 57

Class

HelpCommand
HelpCommand displays the help for a given command.

Namespace

Symfony\Component\Console\Command

Code

public function setCommand(Command $command) : void {
    $this->command = $command;
}
RSS feed
Powered by Drupal