'Trinity\Bundle\EditorialBlockBundle\Model\EditorialBlock', 'name' => 'editorialblock', 'csrf_protection' => false, ); /** * {@inheritdoc} */ public function buildForm(FormBuilderInterface $builder, array $options) { $builder->add('name'); } }