8000 Adding a tip for validation in forms without class by stoccc · Pull Request #7754 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Adding a tip for validation in forms without class #7754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor reword
  • Loading branch information
javiereguiluz authored Apr 7, 2017
commit ffa8093b75953e7e311f94d5f7c4409355a7d195
6 changes: 3 additions & 3 deletions form/without_class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ but here's a short example:

.. tip::

Remember that when your form is not mapped to an object, every object in your array of submitted data
will be validated with the ``Symfony\Component\Validator\Constraints\Valid`` constraint,
unless you disable validation like described in :doc:`this article </form/disabling_validation>`.
If the form is not mapped to an object, every object in your array of
submitted data is validated using the ``Symfony\Component\Validator\Constraints\Valid``
constraint, unless you :doc:`disable validation </form/disabling_validation>`.


0