I have a situation where I need to validate a form without actually having an object to store anywhere. In this scenario, would I still create an Entity without doctrine and validate it as ususal to perform whatever I want to do if form is valid or is there another way?
Example would be sending an email to a user by his name.
See the Using a Form without a Class section — there is a subsection on validation, too.