add('name', TextType::class, ['label' => 'apps.old_client.form.name_label']) ->add('save', SubmitType::class, ['label' => 'apps.old_client.form.save_label']) ; } public function configureOptions(OptionsResolver $resolver) { $resolver->setDefaults([ 'data_class' => 'Wallabag\ApiBundle\Entity\Client', ]); } public function getBlockPrefix() { return 'client'; } }