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