add('title', null, array( 'label' => 'Téma címe', 'help' => 'Az új fórum téma címe', )) ; } public function setDefaultOptions(OptionsResolverInterface $resolver) { $resolver->setDefaults(array( 'data_class' => 'KekRozsak\FrontBundle\Entity\ForumTopic' )); } public function getName() { return 'kekrozsak_frontbundle_forumtopictype'; } }