add('url', UrlType::class, array( 'required' => true, 'label' => 'entry.new.form_new.url_label', )) ; } public function configureOptions(OptionsResolver $resolver) { $resolver->setDefaults(array( 'data_class' => 'Wallabag\CoreBundle\Entity\Entry', )); } public function getBlockPrefix() { return 'entry'; } }