Hi I am new to symfony2 and while I was reading the documentation I could not figure out how
public function buildForm(FormBuilderInterface $builder, array $options)
is called from within the TaskType class (in the example) using the helper createForm() in the controller.
I looked into the FormFactory.php file and I could see how the function getName() is called but nowhere the buildForm().
I know it is not really important in order to code a form but I would like to know so as to get a better grasp of what I am doing and why.
Thanks, idipous