You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* * if the form is not submitted, the Twig template passed in $view is rendered and a 200 HTTP status code is set
297
-
* * if the form is submitted but invalid, the Twig template passed in $view is rendered and 422 HTTP status code is set
298
-
* * if the form is submitted and valid, the entity is saved (only if it is managed by Doctrine ORM), a 306 HTTP status code is set and the Location HTTP header is set to the value of $redirectUrl
296
+
* * if the form is not submitted, $render is called
297
+
* * if the form is submitted but invalid, $render is called and a 422 HTTP status code is set if the current status hasn't been customized
298
+
* * if the form is submitted and valid, $onSuccess is called, usually this method saves the data and returns a 306 HTTP redirection
0 commit comments