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

Breadcrumb

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

function Command::getDescription

Returns the description for the command.

2 calls to Command::getDescription()
Command::getProcessedHelp in vendor/symfony/console/Command/Command.php
Returns the processed help for the command replacing the %command.name% and %command.full_name% patterns with the real values dynamically.
LazyCommand::getCommand in vendor/symfony/console/Command/LazyCommand.php

File

vendor/symfony/console/Command/Command.php, line 519

Class

Command
Base class for all commands.

Namespace

Symfony\Component\Console\Command

Code

public function getDescription() : string {
    return $this->description;
}

API Navigation

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