FOS\UserBundle\Form\ChangePasswordForm::configure PHP Méthode

configure() public méthode

public configure ( )
    public function configure()
    {
        $this->add(new PasswordField('current'));
        parent::configure();
    }
ChangePasswordForm