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

Breadcrumb

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

function TraceableCommand::setHelp

Overrides Command::setHelp

File

vendor/symfony/console/Command/TraceableCommand.php, line 238

Class

TraceableCommand
@internal

Namespace

Symfony\Component\Console\Command

Code

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