Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
QuestionHelper.php
function QuestionHelper::getName
Overrides
HelperInterface::getName
File
vendor/
symfony/
console/
Helper/
QuestionHelper.php
, line 79
Class
QuestionHelper
The QuestionHelper class provides helpers to interact with the user.
Namespace
Symfony\Component\Console\Helper
Code
public
function
getName
() : string {
return
'question'
; }
RSS feed