Matthias\SymfonyConsoleForm\Bridge\Transformer\AbstractTransformer::questionFrom PHP Méthode

questionFrom() protected méthode

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