Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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
; }
RSS feed