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