Actually I'm rather confused about the best way to pass arguments to a form. As far as I know, there are three ways:
To turn the form class into a service
To pass arguments through the array options
To pass argument through the constructor of the form class
What would be the best/cleanest way?