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 9947271 commit f81f76cCopy full SHA for f81f76c
form/form_collections.rst
@@ -445,6 +445,12 @@ you will learn about next!).
445
otherwise the form will still use ``setTag()`` even if ``by_reference`` is ``false``.
446
You'll learn more about the ``removeTag()`` method later in this article.
447
448
+.. caution::
449
+
450
+ Symfony can only make the plural-to-singular conversion (e.g. from the
451
+ ``tags`` property to the ``addTag()`` method) for English words. Code
452
+ written in any other language won't work as expected.
453
454
.. sidebar:: Doctrine: Cascading Relations and saving the "Inverse" side
455
456
To save the new tags with Doctrine, you need to consider a couple more
0 commit comments