Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Question.php

function Question::setHiddenFallback

Sets whether to fallback on non-hidden question if the response cannot be hidden.

Return value

$this

File

vendor/symfony/console/Question/Question.php, line 118

Class

Question
Represents a Question.

Namespace

Symfony\Component\Console\Question

Code

public function setHiddenFallback(bool $fallback) : static {
    $this->hiddenFallback = $fallback;
    return $this;
}
RSS feed
Powered by Drupal