Matthias\SymfonyConsoleForm\Form\ConsoleFormTypeExtension::getExtendedType PHP Method

getExtendedType() public method

public getExtendedType ( ) : string
return string
    public function getExtendedType()
    {
        return FormType::class;
    }
ConsoleFormTypeExtension