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

Breadcrumb

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

function Question::isTrimmable

1 call to Question::isTrimmable()
ChoiceQuestion::getDefaultValidator in vendor/symfony/console/Question/ChoiceQuestion.php

File

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

Class

Question
Represents a Question.

Namespace

Symfony\Component\Console\Question

Code

public function isTrimmable() : bool {
    return $this->trimmable;
}
RSS feed
Powered by Drupal