configuration ->setBlock('title', 'Trinity\Bundle\ContentManagerBundle\Form\Type\BlockType') ->setBlock('subtitle', 'Trinity\Bundle\ContentManagerBundle\Form\Type\BlockType') ->setBlock('content1', 'Trinity\Bundle\ContentManagerBundle\Form\Type\TinymceAdvancedBlockType') ->setBlock('content2', 'Trinity\Bundle\ContentManagerBundle\Form\Type\TinymceAdvancedBlockType') ->setBlock('content3', 'Trinity\Bundle\ContentManagerBundle\Form\Type\TinymceAdvancedBlockType') ; } public function getBlockContent1() { return $this->getBlock('content1'); } public function setBlockContent1(Block $block) { return $this->setBlock($block); } public function getBlockContent2() { return $this->getBlock('content2'); } public function setBlockContent2(Block $block) { return $this->setBlock($block); } public function getBlockContent3() { return $this->getBlock('content3'); } public function setBlockContent3(Block $block) { return $this->setBlock($block); } }