Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
QuestionHelper.php
function QuestionHelper::disableStty
Prevents usage of stty.
File
vendor/
symfony/
console/
Helper/
QuestionHelper.php
, line 87
Class
QuestionHelper
The QuestionHelper class provides helpers to interact with the user.
Namespace
Symfony\Component\Console\Helper
Code
public static
function
disableStty
() : void {
self
::$
stty
=
false
; }
RSS feed