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

Breadcrumb

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

function JsonDescriptor::describeCommand

Overrides Descriptor::describeCommand

File

vendor/symfony/console/Descriptor/JsonDescriptor.php, line 47

Class

JsonDescriptor
JSON descriptor.

Namespace

Symfony\Component\Console\Descriptor

Code

protected function describeCommand(Command $command, array $options = []) : void {
    $this->writeData($this->getCommandData($command, $options['short'] ?? false), $options);
}

API Navigation

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