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 c6a5a08 commit 3177c1dCopy full SHA for 3177c1d
form/without_class.rst
@@ -105,3 +105,9 @@ but here's a short example:
105
.. code-block:: php
106
107
new NotBlank(array('groups' => array('create', 'update')));
108
+
109
+.. tip::
110
111
+ Remember that when your form is not mapped to an object, every object in your array of submitted data
112
+ will be validated with the ``Symfony\Component\Validator\Constraints\Valid`` constraint,
113
+ unless you disable validation like described in :doc:`this article </form/disabling_validation>`.
0 commit comments