SatisAdmin\Controller\DefaultController::getForm PHP Method

getForm() protected method

protected getForm ( ) : Symfony\Component\Form\FormInterface
return Symfony\Component\Form\FormInterface
    protected function getForm()
    {
        return $this->getFormFactory()->create(new ConfigType(), $this->getModelManager()->getConfig());
    }