configuration ->setBlock('title', 'Trinity\Bundle\ContentManagerBundle\Form\Type\BlockType') ->setBlock('subtitle', 'Trinity\Bundle\ContentManagerBundle\Form\Type\BlockType') ->setBlock('content1', 'Deblan\Bundle\BlogBundle\Form\Type\MarkitupBlockType') ; } public function getBlockContent1() { return $this->getBlock('content1'); } public function setBlockContent1(Block $block) { return $this->setBlock($block); } }