8000 Documented the checkDNS option of the Url validator by javiereguiluz · Pull Request #5426 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Documented the checkDNS option of the Url validator #5426

8000
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 7 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
Added the "payload" option back (was removed by mistake)
  • Loading branch information
javiereguiluz committed Jun 24, 2015
commit 5bcd48d2a47ec1325315ab4e6b67e3d0abd25b59
3 changes: 3 additions & 0 deletions reference/constraints/Url.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Validates that a value is a valid URL string.
+----------------+---------------------------------------------------------------------+
| Options | - `message`_ |
| | - `protocols`_ |
| | - `payload`_ |
| | - `checkDNS`_ |
+----------------+---------------------------------------------------------------------+
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\Url` |
Expand Down Expand Up @@ -223,6 +224,8 @@ the ``ftp://`` type URLs to be valid, redefine the ``protocols`` array, listing
}
}

.. include:: /reference/constraints/_payload-option.rst.inc

checkDNS
~~~~~~~~

Expand Down
0