Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
InputArgument.php
function InputArgument::getName
Returns the argument name.
1 call to
InputArgument::getName()
InputArgument::complete
in vendor/
composer/
composer/
src/
Composer/
Console/
Input/
InputArgument.php
Adds suggestions to $suggestions for the current completion input.
File
vendor/
symfony/
console/
Input/
InputArgument.php
, line 76
Class
InputArgument
Represents a command line argument.
Namespace
Symfony\Component\Console\Input
Code
public
function
getName
() : string {
return
$this
->
name
; }
RSS feed