8000 [Validator][Doctrine] Add docs for automatic validation by dunglas · Pull Request #11132 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Validator][Doctrine] Add docs for automatic validation #11132

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 5 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
Next Next commit
versionadded
  • Loading branch information
dunglas committed Mar 11, 2019
commit 0d68e500ff300026a3de414b2c4fec0bc10ce9e6
4 changes: 4 additions & 0 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,10 @@ Because :doc:`the Form component </forms>` as well as `API Platform`_
internally use the Validator Component, all your forms
and web APIs will also automatically benefit from these default constraints.

.. versionadded:: 4.3

The automatic validation has been added in Symfony 4.3.

.. tip::

Don't forget to add :doc:`more precise validation constraints </reference/constraints>`
Expand Down
0