Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Suggestion.php
function Suggestion::getValue
1 call to
Suggestion::getValue()
Suggestion::__toString
in vendor/
symfony/
console/
Completion/
Suggestion.php
File
vendor/
symfony/
console/
Completion/
Suggestion.php
, line 27
Class
Suggestion
Represents a single suggested value.
Namespace
Symfony\Component\Console\Completion
Code
public
function
getValue
() : string {
return
$this
->
value
; }
RSS feed