Skip to content

Commit b6c481f

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [Validator] Update the constraint index
2 parents 1e819e5 + 304f14d commit b6c481f

File tree

1 file changed

+43
-31
lines changed

1 file changed

+43
-31
lines changed

reference/constraints/map.rst.inc

+43-31
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,62 @@ Basic Constraints
44
These are the basic constraints: use them to assert very basic things about
55
the value of properties or the return value of methods on your object.
66

7-
* :doc:`NotBlank </reference/constraints/NotBlank>`
7+
.. class:: ui-list-two-columns
8+
89
* :doc:`Blank </reference/constraints/Blank>`
9-
* :doc:`NotNull </reference/constraints/NotNull>`
10+
* :doc:`IsFalse </reference/constraints/IsFalse>`
1011
* :doc:`IsNull </reference/constraints/IsNull>`
1112
* :doc:`IsTrue </reference/constraints/IsTrue>`
12-
* :doc:`IsFalse </reference/constraints/IsFalse>`
13+
* :doc:`NotBlank </reference/constraints/NotBlank>`
14+
* :doc:`NotNull </reference/constraints/NotNull>`
1315
* :doc:`Type </reference/constraints/Type>`
1416

1517
String Constraints
1618
~~~~~~~~~~~~~~~~~~
1719

20+
.. class:: ui-list-three-columns
21+
22+
* :doc:`Cidr </reference/constraints/Cidr>`
23+
* :doc:`CssColor </reference/constraints/CssColor>`
1824
* :doc:`Email </reference/constraints/Email>`
1925
* :doc:`ExpressionSyntax </reference/constraints/ExpressionSyntax>`
20-
* :doc:`Length </reference/constraints/Length>`
21-
* :doc:`Url </reference/constraints/Url>`
22-
* :doc:`Regex </reference/constraints/Regex>`
2326
* :doc:`Hostname </reference/constraints/Hostname>`
2427
* :doc:`Ip </reference/constraints/Ip>`
25-
* :doc:`Cidr </reference/constraints/Cidr>`
2628
* :doc:`Json </reference/constraints/Json>`
27-
* :doc:`Uuid </reference/constraints/Uuid>`
28-
* :doc:`Ulid </reference/constraints/Ulid>`
29-
* :doc:`UserPassword </reference/constraints/UserPassword>`
29+
* :doc:`Length </reference/constraints/Length>`
30+
* :doc:`NoSuspiciousCharacters </reference/constraints/NoSuspiciousCharacters>`
3031
* :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>`
3132
* :doc:`PasswordStrength </reference/constraints/PasswordStrength>`
32-
* :doc:`CssColor </reference/constraints/CssColor>`
33-
* :doc:`NoSuspiciousCharacters </reference/constraints/NoSuspiciousCharacters>`
33+
* :doc:`Regex </reference/constraints/Regex>`
34+
* :doc:`Ulid </reference/constraints/Ulid>`
35+
* :doc:`Url </reference/constraints/Url>`
36+
* :doc:`UserPassword </reference/constraints/UserPassword>`
37+
* :doc:`Uuid </reference/constraints/Uuid>`
3438

3539
Comparison Constraints
3640
~~~~~~~~~~~~~~~~~~~~~~
3741

42+
.. class:: ui-list-three-columns
43+
44+
* :doc:`DivisibleBy </reference/constraints/DivisibleBy>`
3845
* :doc:`EqualTo </reference/constraints/EqualTo>`
39-
* :doc:`NotEqualTo </reference/constraints/NotEqualTo>`
46+
* :doc:`GreaterThan </reference/constraints/GreaterThan>`
47+
* :doc:`GreaterThanOrEqual </reference/constraints/GreaterThanOrEqual>`
4048
* :doc:`IdenticalTo </reference/constraints/IdenticalTo>`
41-
* :doc:`NotIdenticalTo </reference/constraints/NotIdenticalTo>`
4249
* :doc:`LessThan </reference/constraints/LessThan>`
4350
* :doc:`LessThanOrEqual </reference/constraints/LessThanOrEqual>`
44-
* :doc:`GreaterThan </reference/constraints/GreaterThan>`
45-
* :doc:`GreaterThanOrEqual </reference/constraints/GreaterThanOrEqual>`
51+
* :doc:`NotEqualTo </reference/constraints/NotEqualTo>`
52+
* :doc:`NotIdenticalTo </reference/constraints/NotIdenticalTo>`
4653
* :doc:`Range </reference/constraints/Range>`
47-
* :doc:`DivisibleBy </reference/constraints/DivisibleBy>`
4854
* :doc:`Unique </reference/constraints/Unique>`
4955

5056
Number Constraints
5157
~~~~~~~~~~~~~~~~~~
52-
* :doc:`Positive </reference/constraints/Positive>`
53-
* :doc:`PositiveOrZero </reference/constraints/PositiveOrZero>`
58+
5459
* :doc:`Negative </reference/constraints/Negative>`
5560
* :doc:`NegativeOrZero </reference/constraints/NegativeOrZero>`
61+
* :doc:`Positive </reference/constraints/Positive>`
62+
* :doc:`PositiveOrZero </reference/constraints/PositiveOrZero>`
5663

5764
Date Constraints
5865
~~~~~~~~~~~~~~~~
@@ -66,9 +73,9 @@ Choice Constraints
6673
~~~~~~~~~~~~~~~~~~
6774

6875
* :doc:`Choice </reference/constraints/Choice>`
76+
* :doc:`Country </reference/constraints/Country>`
6977
* :doc:`Language </reference/constraints/Language>`
7078
* :doc:`Locale </reference/constraints/Locale>`
71-
* :doc:`Country </reference/constraints/Country>`
7279

7380
File Constraints
7481
~~~~~~~~~~~~~~~~
@@ -79,34 +86,39 @@ File Constraints
7986
Financial and other Number Constraints
8087
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8188

89+
.. class:: ui-list-two-columns
90+
8291
* :doc:`Bic </reference/constraints/Bic>`
8392
* :doc:`CardScheme </reference/constraints/CardScheme>`
8493
* :doc:`Currency </reference/constraints/Currency>`
85-
* :doc:`Luhn </reference/constraints/Luhn>`
8694
* :doc:`Iban </reference/constraints/Iban>`
8795
* :doc:`Isbn </reference/constraints/Isbn>`
88-
* :doc:`Issn </reference/constraints/Issn>`
8996
* :doc:`Isin </reference/constraints/Isin>`
97+
* :doc:`Issn </reference/constraints/Issn>`
98+
* :doc:`Luhn </reference/constraints/Luhn>`
9099

91100
Doctrine Constraints
92101
~~~~~~~~~~~~~~~~~~~~
93102

94-
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
95-
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
96103
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`
104+
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
105+
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
97106

98107
Other Constraints
99108
~~~~~~~~~~~~~~~~~
100109

110+
.. class:: ui-list-three-columns
111+
112+
* :doc:`All </reference/constraints/All>`
101113
* :doc:`AtLeastOneOf </reference/constraints/AtLeastOneOf>`
102-
* :doc:`Sequentially </reference/constraints/Sequentially>`
103-
* :doc:`Compound </reference/constraints/Compound>`
104114
* :doc:`Callback </reference/constraints/Callback>`
105-
* :doc:`Expression </reference/constraints/Expression>`
106-
* :doc:`When </reference/constraints/When>`
107-
* :doc:`All </reference/constraints/All>`
108-
* :doc:`Valid </reference/constraints/Valid>`
109115
* :doc:`Cascade </reference/constraints/Cascade>`
110-
* :doc:`Traverse </reference/constraints/Traverse>`
111116
* :doc:`Collection </reference/constraints/Collection>`
117+
* :doc:`Compound </reference/constraints/Compound>`
112118
* :doc:`Count </reference/constraints/Count>`
119+
* :doc:`Expression </reference/constraints/Expression>`
120+
* :doc:`GroupSequence </validation/sequence_provider>`
121+
* :doc:`Sequentially </reference/constraints/Sequentially>`
122+
* :doc:`Traverse </reference/constraints/Traverse>`
123+
* :doc:`Valid </reference/constraints/Valid>`
124+
* :doc:`When </reference/constraints/When>`

0 commit comments

Comments
 (0)