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

Breadcrumb

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

function CommandNotFoundException::getAlternatives

Return value

string[]

File

vendor/symfony/console/Exception/CommandNotFoundException.php, line 39

Class

CommandNotFoundException
Represents an incorrect command name typed in the console.

Namespace

Symfony\Component\Console\Exception

Code

public function getAlternatives() : array {
    return $this->alternatives;
}

API Navigation

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