Can we return mutiple forms at the end the function at the same time? If yes how can we do that?
what kind of a function ?
return [ "form1" => new Form1(), "form2" => new Form2() ];
Im not sure that I understand the question. I know the answer is yes, regardsless.