WellCommerce\Bundle\CoreBundle\Form\AbstractFormBuilder::getFormService PHP Метод

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

Initializes form service
protected getFormService ( array $options ) : WellCommerce\Component\Form\Elements\FormInterface
$options array
Результат WellCommerce\Component\Form\Elements\FormInterface
    protected function getFormService(array $options) : FormInterface
    {
        return $this->getElement('form', $options);
    }