Thanks to visit codestin.com Credit goes to github.com
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 b634bbc commit fe31fd2Copy full SHA for fe31fd2
reference/forms/types/options/error_mapping.rst.inc
@@ -1,3 +1,6 @@
1
+.. versionadded:: 2.1
2
+ The ``error_mapping`` option is new to Symfony 2.1.
3
+
4
error_mapping
5
~~~~~~~~~~~~~
6
@@ -28,6 +31,3 @@ Here are the rules to understand the left and the right side of the mapping:
28
31
That means that any error added to the field is added to the given
29
32
nested field instead.
30
33
* The right side contains simply the names of fields in the form.
-
-.. versionadded:: 2.1
- The ``error_mapping`` option is new to Symfony 2.1.
0 commit comments