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
thrownew \LogicException('You cannot use the "renderView" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".');
thrownew \LogicException(sprintf('Passing a FormView to "%s::renderForm()" is not supported, pass directly the form instead for parameter "%s".', get_debug_type($this), $k));
262
-
}
263
-
264
-
if (!$vinstanceof FormInterface) {
265
-
continue;
266
-
}
267
-
268
-
$parameters[$k] = $v->createView();
269
-
270
-
if (200 === $response->getStatusCode() && $v->isSubmitted() && !$v->isValid()) {
271
-
$response->setStatusCode(422);
272
-
}
273
-
}
276
+
trigger_deprecation('symfony/framework-bundle', '6.2', 'The "%s::renderForm()" method is deprecated, use "render()" instead.', get_debug_type($this));
0 commit comments