I have the following entity relations:
in symfony3 :
$builder->add('example', CollectionType::class, array( 'entry_type' => ExampleType::class, 'entry_options' => array( 'my_custom_option' => true), ));