-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
I never really cared for the form name, so perhaps by default symfony will figure out a proper name by itself and store this in cache for the class? You can then override it with getName()
if you want to.
As for implementation i propose lcfirst(substr($classname, 0, -4));
example
classname: TestForm
form name: test
Metadata
Metadata
Assignees
Labels
No labels