SatisAdmin\Controller\Controller::getFormFactory PHP Method

getFormFactory() protected method

protected getFormFactory ( ) : Symfony\Component\Form\FormFactoryInterface
return Symfony\Component\Form\FormFactoryInterface
    protected function getFormFactory()
    {
        return $this->app['form.factory'];
    }