Skip to content

Commit 0d56f40

Browse files
committed
Remove duplicated entries in validator constraint pages
1 parent d13c76f commit 0d56f40

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+0
-302
lines changed

reference/constraints/All.rst

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ you to apply a collection of constraints to each element of the array.
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `constraints`_
10-
- `groups`_
11-
- `payload`_
129
Class :class:`Symfony\\Component\\Validator\\Constraints\\All`
1310
Validator :class:`Symfony\\Component\\Validator\\Constraints\\AllValidator`
1411
========== ===================================================================

reference/constraints/Bic.rst

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ check that the BIC's country code is the same as a given IBAN's one.
88

99
========== ===================================================================
1010
Applies to :ref:`property or method <validation-property-target>`
11-
Options - `groups`_
12-
- `iban`_
13-
- `ibanMessage`_
14-
- `ibanPropertyPath`_
15-
- `message`_
16-
- `payload`_
1711
Class :class:`Symfony\\Component\\Validator\\Constraints\\Bic`
1812
Validator :class:`Symfony\\Component\\Validator\\Constraints\\BicValidator`
1913
========== ===================================================================

reference/constraints/Blank.rst

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ But be careful as ``NotBlank`` is *not* strictly the opposite of ``Blank``.
1515

1616
========== ===================================================================
1717
Applies to :ref:`property or method <validation-property-target>`
18-
Options - `groups`_
19-
- `message`_
20-
- `payload`_
2118
Class :class:`Symfony\\Component\\Validator\\Constraints\\Blank`
2219
Validator :class:`Symfony\\Component\\Validator\\Constraints\\BlankValidator`
2320
========== ===================================================================

reference/constraints/Callback.rst

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ can do anything, including creating and assigning validation errors.
1919

2020
========== ===================================================================
2121
Applies to :ref:`class <validation-class-target>` or :ref:`property/method <validation-property-target>`
22-
Options - :ref:`callback <callback-option>`
23-
- `groups`_
24-
- `payload`_
2522
Class :class:`Symfony\\Component\\Validator\\Constraints\\Callback`
2623
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CallbackValidator`
2724
========== ===================================================================

reference/constraints/CardScheme.rst

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ a payment through a payment gateway.
77

88
========== ===================================================================
99
Applies to :ref:`property or method <validation-property-target>`
10-
Options - `groups`_
11-
- `message`_
12-
- `payload`_
13-
- `schemes`_
1410
Class :class:`Symfony\\Component\\Validator\\Constraints\\CardScheme`
1511
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CardSchemeValidator`
1612
========== ===================================================================

reference/constraints/Choice.rst

-11
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ an array of items is one of those valid choices.
77

88
========== ===================================================================
99
Applies to :ref:`property or method <validation-property-target>`
10-
Options - `callback`_
11-
- `choices`_
12-
- `groups`_
13-
- `max`_
14-
- `maxMessage`_
15-
- `message`_
16-
- `min`_
17-
- `minMessage`_
18-
- `multiple`_
19-
- `multipleMessage`_
20-
- `payload`_
2110
Class :class:`Symfony\\Component\\Validator\\Constraints\\Choice`
2211
Validator :class:`Symfony\\Component\\Validator\\Constraints\\ChoiceValidator`
2312
========== ===================================================================

reference/constraints/Collection.rst

-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ and that extra keys are not present.
1818

1919
========== ===================================================================
2020
Applies to :ref:`property or method <validation-property-target>`
21-
Options - `allowExtraFields`_
22-
- `allowMissingFields`_
23-
- `extraFieldsMessage`_
24-
- `fields`_
25-
- `groups`_
26-
- `missingFieldsMessage`_
27-
- `payload`_
2821
Class :class:`Symfony\\Component\\Validator\\Constraints\\Collection`
2922
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CollectionValidator`
3023
========== ===================================================================

reference/constraints/Count.rst

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ Countable) element count is *between* some minimum and maximum value.
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `exactMessage`_
10-
- `groups`_
11-
- `max`_
12-
- `maxMessage`_
13-
- `min`_
14-
- `minMessage`_
15-
- `payload`_
169
Class :class:`Symfony\\Component\\Validator\\Constraints\\Count`
1710
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CountValidator`
1811
========== ===================================================================

reference/constraints/Country.rst

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Validates that a value is a valid `ISO 3166-1 alpha-2`_ country code.
55

66
========== ===================================================================
77
Applies to :ref:`property or method <validation-property-target>`
8-
Options - `groups`_
9-
- `message`_
10-
- `payload`_
118
Class :class:`Symfony\\Component\\Validator\\Constraints\\Country`
129
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CountryValidator`
1310
========== ===================================================================

reference/constraints/Currency.rst

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Validates that a value is a valid `3-letter ISO 4217`_ currency name.
55

66
========== ===================================================================
77
Applies to :ref:`property or method <validation-property-target>`
8-
Options - `groups`_
9-
- `message`_
10-
- `payload`_
118
Class :class:`Symfony\\Component\\Validator\\Constraints\\Currency`
129
Validator :class:`Symfony\\Component\\Validator\\Constraints\\CurrencyValidator`
1310
========== ===================================================================

reference/constraints/Date.rst

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ be cast into a string) that follows a valid ``YYYY-MM-DD`` format.
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `groups`_
10-
- `message`_
11-
- `payload`_
129
Class :class:`Symfony\\Component\\Validator\\Constraints\\Date`
1310
Validator :class:`Symfony\\Component\\Validator\\Constraints\\DateValidator`
1411
========== ===================================================================

reference/constraints/DateTime.rst

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ that can be cast into a string) that follows a specific format.
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `format`_
10-
- `groups`_
11-
- `message`_
12-
- `payload`_
139
Class :class:`Symfony\\Component\\Validator\\Constraints\\DateTime`
1410
Validator :class:`Symfony\\Component\\Validator\\Constraints\\DateTimeValidator`
1511
========== ===================================================================

reference/constraints/DivisibleBy.rst

-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ Validates that a value is divisible by another value, defined in the options.
55

66
========== ===================================================================
77
Applies to :ref:`property or method <validation-property-target>`
8-
Options - `groups`_
9-
- `message`_
10-
- `payload`_
11-
- `propertyPath`_
12-
- `value`_
138
Class :class:`Symfony\\Component\\Validator\\Constraints\\DivisibleBy`
149
Validator :class:`Symfony\\Component\\Validator\\Constraints\\DivisibleByValidator`
1510
========== ===================================================================

reference/constraints/Email.rst

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ cast to a string before being validated.
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `checkHost`_
10-
- `checkMX`_
11-
- `groups`_
12-
- `message`_
13-
- `mode`_
14-
- `normalizer`_
15-
- `payload`_
169
Class :class:`Symfony\\Component\\Validator\\Constraints\\Email`
1710
Validator :class:`Symfony\\Component\\Validator\\Constraints\\EmailValidator`
1811
========== ===================================================================

reference/constraints/EqualTo.rst

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ To force that a value is *not* equal, see :doc:`/reference/constraints/NotEqualT
1313

1414
========== ===================================================================
1515
Applies to :ref:`property or method <validation-property-target>`
16-
Options - `groups`_
17-
- `message`_
18-
- `payload`_
19-
- `propertyPath`_
20-
- `value`_
2116
Class :class:`Symfony\\Component\\Validator\\Constraints\\EqualTo`
2217
Validator :class:`Symfony\\Component\\Validator\\Constraints\\EqualToValidator`
2318
========== ===================================================================

reference/constraints/Expression.rst

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ gives you similar flexibility.
99
========== ===================================================================
1010
Applies to :ref:`class <validation-class-target>`
1111
or :ref:`property/method <validation-property-target>`
12-
Options - :ref:`expression <reference-constraint-expression-option>`
13-
- `groups`_
14-
- `message`_
15-
- `payload`_
16-
- `values`_
1712
Class :class:`Symfony\\Component\\Validator\\Constraints\\Expression`
1813
Validator :class:`Symfony\\Component\\Validator\\Constraints\\ExpressionValidator`
1914
========== ===================================================================

reference/constraints/File.rst

-18
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,6 @@ form field.
1818

1919
========== ===================================================================
2020
Applies to :ref:`property or method <validation-property-target>`
21-
Options - `binaryFormat`_
22-
- `disallowEmptyMessage`_
23-
- `groups`_
24-
- `maxSize`_
25-
- `maxSizeMessage`_
26-
- `mimeTypes`_
27-
- `mimeTypesMessage`_
28-
- `notFoundMessage`_
29-
- `notReadableMessage`_
30-
- `payload`_
31-
- `uploadCantWriteErrorMessage`_
32-
- `uploadErrorMessage`_
33-
- `uploadExtensionErrorMessage`_
34-
- `uploadFormSizeErrorMessage`_
35-
- `uploadIniSizeErrorMessage`_
36-
- `uploadNoFileErrorMessage`_
37-
- `uploadNoTmpDirErrorMessage`_
38-
- `uploadPartialErrorMessage`_
3921
Class :class:`Symfony\\Component\\Validator\\Constraints\\File`
4022
Validator :class:`Symfony\\Component\\Validator\\Constraints\\FileValidator`
4123
========== ===================================================================

reference/constraints/GreaterThan.rst

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ than another value, see :doc:`/reference/constraints/LessThan`.
88

99
========== ===================================================================
1010
Applies to :ref:`property or method <validation-property-target>`
11-
Options - `groups`_
12-
- `message`_
13-
- `payload`_
14-
- `propertyPath`_
15-
- `value`_
1611
Class :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThan`
1712
Validator :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanValidator`
1813
========== ===================================================================

reference/constraints/GreaterThanOrEqual.rst

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ the options. To force that a value is greater than another value, see
77

88
========== ===================================================================
99
Applies to :ref:`property or method <validation-property-target>`
10-
Options - `groups`_
11-
- `message`_
12-
- `payload`_
13-
- `propertyPath`_
14-
- `value`_
1510
Class :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqual`
1611
Validator :class:`Symfony\\Component\\Validator\\Constraints\\GreaterThanOrEqualValidator`
1712
========== ===================================================================

reference/constraints/Iban.rst

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ borders with a reduced risk of propagating transcription errors.
88

99
========== ===================================================================
1010
Applies to :ref:`property or method <validation-property-target>`
11-
Options - `groups`_
12-
- `message`_
13-
- `payload`_
1411
Class :class:`Symfony\\Component\\Validator\\Constraints\\Iban`
1512
Validator :class:`Symfony\\Component\\Validator\\Constraints\\IbanValidator`
1613
========== ===================================================================

reference/constraints/IdenticalTo.rst

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ To force that a value is *not* identical, see
1313

1414
========== ===================================================================
1515
Applies to :ref:`property or method <validation-property-target>`
16-
Options - `groups`_
17-
- `message`_
18-
- `payload`_
19-
- `propertyPath`_
20-
- `value`_
2116
Class :class:`Symfony\\Component\\Validator\\Constraints\\IdenticalTo`
2217
Validator :class:`Symfony\\Component\\Validator\\Constraints\\IdenticalToValidator`
2318
========== ===================================================================

reference/constraints/Image.rst

-29
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,6 @@ of the documentation on this constraint.
1313

1414
========== ===================================================================
1515
Applies to :ref:`property or method <validation-property-target>`
16-
Options - `allowLandscape`_
17-
- `allowLandscapeMessage`_
18-
- `allowPortrait`_
19-
- `allowPortraitMessage`_
20-
- `allowSquare`_
21-
- `allowSquareMessage`_
22-
- `corruptedMessage`_
23-
- `detectCorrupted`_
24-
- `groups`_
25-
- `maxHeight`_
26-
- `maxHeightMessage`_
27-
- `maxPixels`_
28-
- `maxPixelsMessage`_
29-
- `maxRatio`_
30-
- `maxRatioMessage`_
31-
- `maxWidth`_
32-
- `maxWidthMessage`_
33-
- `mimeTypes`_
34-
- `mimeTypesMessage`_
35-
- `minHeight`_
36-
- `minHeightMessage`_
37-
- `minPixels`_
38-
- `minPixelsMessage`_
39-
- `minRatio`_
40-
- `minRatioMessage`_
41-
- `minWidth`_
42-
- `minWidthMessage`_
43-
- `sizeNotDetectedMessage`_
44-
- See :doc:`File </reference/constraints/File>` for inherited options
4516
Class :class:`Symfony\\Component\\Validator\\Constraints\\Image`
4617
Validator :class:`Symfony\\Component\\Validator\\Constraints\\ImageValidator`
4718
========== ===================================================================

reference/constraints/Ip.rst

-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ IPv6 and many other combinations.
77

88
========== ===================================================================
99
Applies to :ref:`property or method <validation-property-target>`
10-
Options - `groups`_
11-
- `message`_
12-
- `normalizer`_
13-
- `payload`_
14-
- `version`_
1510
Class :class:`Symfony\\Component\\Validator\\Constraints\\Ip`
1611
Validator :class:`Symfony\\Component\\Validator\\Constraints\\IpValidator`
1712
========== ===================================================================

reference/constraints/IsFalse.rst

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Also see :doc:`IsTrue <IsTrue>`.
99

1010
========== ===================================================================
1111
Applies to :ref:`property or method <validation-property-target>`
12-
Options - `groups`_
13-
- `message`_
14-
- `payload`_
1512
Class :class:`Symfony\\Component\\Validator\\Constraints\\IsFalse`
1613
Validator :class:`Symfony\\Component\\Validator\\Constraints\\IsFalseValidator`
1714
========== ===================================================================

reference/constraints/IsNull.rst

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ Also see :doc:`NotNull <NotNull>`.
99

1010
========== ===================================================================
1111
Applies to :ref:`property or method <validation-property-target>`
12-
Options - `groups`_
13-
- `message`_
14-
- `payload`_
1512
Class :class:`Symfony\\Component\\Validator\\Constraints\\IsNull`
1613
Validator :class:`Symfony\\Component\\Validator\\Constraints\\IsNullValidator`
1714
========== ===================================================================

reference/constraints/IsTrue.rst

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Also see :doc:`IsFalse <IsFalse>`.
88

99
========== ===================================================================
1010
Applies to :ref:`property or method <validation-property-target>`
11-
Options - `groups`_
12-
- `message`_
13-
- `payload`_
1411
Class :class:`Symfony\\Component\\Validator\\Constraints\\IsTrue`
1512
Validator :class:`Symfony\\Component\\Validator\\Constraints\\IsTrueValidator`
1613
========== ===================================================================

reference/constraints/Isbn.rst

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ is either a valid ISBN-10 or a valid ISBN-13.
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `bothIsbnMessage`_
10-
- `groups`_
11-
- `isbn10Message`_
12-
- `isbn13Message`_
13-
- `message`_
14-
- `payload`_
15-
- `type`_
169
Class :class:`Symfony\\Component\\Validator\\Constraints\\Isbn`
1710
Validator :class:`Symfony\\Component\\Validator\\Constraints\\IsbnValidator`
1811
========== ===================================================================

reference/constraints/Issn.rst

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ Validates that a value is a valid
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `caseSensitive`_
10-
- `groups`_
11-
- `message`_
12-
- `payload`_
13-
- `requireHyphen`_
149
Class :class:`Symfony\\Component\\Validator\\Constraints\\Issn`
1510
Validator :class:`Symfony\\Component\\Validator\\Constraints\\IssnValidator`
1611
========== ===================================================================

reference/constraints/Json.rst

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Validates that a value has valid `JSON`_ syntax.
55

66
========== ===================================================================
77
Applies to :ref:`property or method <validation-property-target>`
8-
Options - `message`_
9-
- `payload`_
108
Class :class:`Symfony\\Component\\Validator\\Constraints\\Json`
119
Validator :class:`Symfony\\Component\\Validator\\Constraints\\JsonValidator`
1210
========== ===================================================================

reference/constraints/Language.rst

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ Validates that a value is a valid language *Unicode language identifier*
66

77
========== ===================================================================
88
Applies to :ref:`property or method <validation-property-target>`
9-
Options - `groups`_
10-
- `message`_
11-
- `payload`_
129
Class :class:`Symfony\\Component\\Validator\\Constraints\\Language`
1310
Validator :class:`Symfony\\Component\\Validator\\Constraints\\LanguageValidator`
1411
========== ===================================================================

0 commit comments

Comments
 (0)