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

Breadcrumb

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

function Application::getHelp

Same name in this branch
  1. 11.1.x vendor/composer/composer/src/Composer/Console/Application.php \Composer\Console\Application::getHelp()

Gets the help message.

2 calls to Application::getHelp()
Application::getHelp in vendor/composer/composer/src/Composer/Console/Application.php
Gets the help message.
Application::getHelp in vendor/composer/composer/src/Composer/Console/Application.php
Gets the help message.
1 method overrides Application::getHelp()
Application::getHelp in vendor/composer/composer/src/Composer/Console/Application.php
Gets the help message.

File

vendor/symfony/console/Application.php, line 418

Class

Application
An Application is the container for a collection of commands.

Namespace

Symfony\Component\Console

Code

public function getHelp() : string {
    return $this->getLongVersion();
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal