We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b025e9 commit d93617aCopy full SHA for d93617a
reference/forms/types/options/help.rst.inc
@@ -19,3 +19,8 @@ rendered below the field::
19
'help' => new TranslatableMessage('order.status', ['%order_id%' => $order->getId()], 'store'),
20
])
21
;
22
+
23
+.. versionadded:: 6.2
24
25
+ The support for ``TranslatableInterface`` objects as help contents was
26
+ introduced in Symfony 6.2.
0 commit comments