Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ChoiceQuestion.php
function ChoiceQuestion::getPrompt
Gets the prompt for choices.
File
vendor/
symfony/
console/
Question/
ChoiceQuestion.php
, line 81
Class
ChoiceQuestion
Represents a choice question.
Namespace
Symfony\Component\Console\Question
Code
public
function
getPrompt
() : string {
return
$this
->
prompt
; }
RSS feed