Skip to content

Commit b3b618a

Browse files
committed
minor #16042 [Validator] Remove duplicated entries in validator constraint pages (javiereguiluz)
This PR was merged into the 4.4 branch. Discussion ---------- [Validator] Remove duplicated entries in validator constraint pages Commits ------- 0d56f40 Remove duplicated entries in validator constraint pages
2 parents d13c76f + 0d56f40 commit b3b618a

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

Lines changed: 0 additions & 3 deletions
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

Lines changed: 0 additions & 6 deletions
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

Lines changed: 0 additions & 3 deletions
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

Lines changed: 0 additions & 3 deletions
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

Lines changed: 0 additions & 4 deletions
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

Lines changed: 0 additions & 11 deletions
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

Lines changed: 0 additions & 7 deletions
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

Lines changed: 0 additions & 7 deletions
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

Lines changed: 0 additions & 3 deletions
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

Lines changed: 0 additions & 3 deletions
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
========== ===================================================================

0 commit comments

Comments
 (0)