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