Matthias\SymfonyConsoleForm\Form\FormUtil::type PHP Метод

type() публичный статический Метод

public static type ( Symfony\Component\Form\FormInterface $form ) : string
$form Symfony\Component\Form\FormInterface
Результат string
    public static function type(FormInterface $form)
    {
        return get_class($form->getConfig()->getType()->getInnerType());
    }