FOS\UserBundle\Form\GroupForm::configure PHP Method

configure() public method

public configure ( )
    public function configure()
    {
        $this->add(new TextField('name'));
    }