hi all my problem is the following : For example in a AType class i do:\[code\]$builder ->add('responses', 'collection', array( 'type' => new BType()))\[/code\]I want to know where the BType is called to help rendering of AType within a twig template\[code\]{{ entityA.responses }}\[/code\]