I suppose there is something wrong in this example for a simple user registration form in Symfony2.x. In particular, I suppose that there is no setting of the user data. For instance, the setUser() function from Registration class is never used.
Am I right?
If the answer is 'Yes', where should the setUser() function be called?
If the answer is 'No', so why to define that function?