Matthias\SymfonyConsoleForm\Bridge\Transformer\AbstractTransformer::questionFrom PHP Method

questionFrom() protected method

protected questionFrom ( Symfony\Component\Form\FormInterface $form ) : string
$form Symfony\Component\Form\FormInterface
return string
    protected function questionFrom(FormInterface $form)
    {
        $question = FormUtil::label($form);
        return $this->formattedQuestion($question, $this->defaultValueFrom($form));
    }