8000
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 2b95d2f commit 466d67fCopy full SHA for 466d67f
form/validation_groups.rst
@@ -32,4 +32,7 @@ method::
32
}
33
34
In both of these cases, *only* the ``registration`` validation group will
35
-be used to validate the underlying object.
+be used to validate the underlying object. To apply the ``registration``
36
+group *and* all constraints that are not in a group, use::
37
+
38
+ 'validation_groups' => array('Default', 'registration')
0 commit comments