SatisAdmin\Controller\DefaultController::getForm PHP Метод

getForm() защищенный Метод

protected getForm ( ) : Symfony\Component\Form\FormInterface
Результат Symfony\Component\Form\FormInterface
    protected function getForm()
    {
        return $this->getFormFactory()->create(new ConfigType(), $this->getModelManager()->getConfig());
    }