Skip to content

Commit 3aed04d

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: [Validator] Update the constraint index
2 parents 1a4a64e + b6c481f commit 3aed04d

File tree

1 file changed

+45
-33
lines changed

1 file changed

+45
-33
lines changed

reference/constraints/map.rst.inc

+45-33
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,64 @@ 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:`Charset </reference/constraints/Charset>`
23+
* :doc:`Cidr </reference/constraints/Cidr>`
24+
* :doc:`CssColor </reference/constraints/CssColor>`
1825
* :doc:`Email </reference/constraints/Email>`
1926
* :doc:`ExpressionSyntax </reference/constraints/ExpressionSyntax>`
20-
* :doc:`Length </reference/constraints/Length>`
21-
* :doc:`Url </reference/constraints/Url>`
22-
* :doc:`Regex </reference/constraints/Regex>`
2327
* :doc:`Hostname </reference/constraints/Hostname>`
2428
* :doc:`Ip </reference/constraints/Ip>`
25-
* :doc:`Cidr </reference/constraints/Cidr>`
2629
* :doc:`Json </reference/constraints/Json>`
27-
* :doc:`Uuid </reference/constraints/Uuid>`
28-
* :doc:`Ulid </reference/constraints/Ulid>`
29-
* :doc:`UserPassword </reference/constraints/UserPassword>`
30+
* :doc:`Length </reference/constraints/Length>`
31+
* :doc:`MacAddress </reference/constraints/MacAddress>`
32+
* :doc:`NoSuspiciousCharacters </reference/constraints/NoSuspiciousCharacters>`
3033
* :doc:`NotCompromisedPassword </reference/constraints/NotCompromisedPassword>`
3134
* :doc:`PasswordStrength </reference/constraints/PasswordStrength>`
32-
* :doc:`CssColor </reference/constraints/CssColor>`
33-
* :doc:`NoSuspiciousCharacters </reference/constraints/NoSuspiciousCharacters>`
34-
* :doc:`Charset </reference/constraints/Charset>`
35-
* :doc:`MacAddress </reference/constraints/MacAddress>`
35+
* :doc:`Regex </reference/constraints/Regex>`
36+
* :doc:`Ulid </reference/constraints/Ulid>`
37+
* :doc:`Url </reference/constraints/Url>`
38+
* :doc:`UserPassword </reference/constraints/UserPassword>`
39+
* :doc:`Uuid </reference/constraints/Uuid>`
3640

3741
Comparison Constraints
3842
~~~~~~~~~~~~~~~~~~~~~~
3943

44+
.. class:: ui-list-three-columns
45+
46+
* :doc:`DivisibleBy </reference/constraints/DivisibleBy>`
4047
* :doc:`EqualTo </reference/constraints/EqualTo>`
41-
* :doc:`NotEqualTo </reference/constraints/NotEqualTo>`
48+
* :doc:`GreaterThan </reference/constraints/GreaterThan>`
49+
* :doc:`GreaterThanOrEqual </reference/constraints/GreaterThanOrEqual>`
4250
* :doc:`IdenticalTo </reference/constraints/IdenticalTo>`
43-
* :doc:`NotIdenticalTo </reference/constraints/NotIdenticalTo>`
4451
* :doc:`LessThan </reference/constraints/LessThan>`
4552
* :doc:`LessThanOrEqual </reference/constraints/LessThanOrEqual>`
46-
* :doc:`GreaterThan </reference/constraints/GreaterThan>`
47-
* :doc:`GreaterThanOrEqual </reference/constraints/GreaterThanOrEqual>`
53+
* :doc:`NotEqualTo </reference/constraints/NotEqualTo>`
54+
* :doc:`NotIdenticalTo </reference/constraints/NotIdenticalTo>`
4855
* :doc:`Range </reference/constraints/Range>`
49-
* :doc:`DivisibleBy </reference/constraints/DivisibleBy>`
5056
* :doc:`Unique </reference/constraints/Unique>`
5157

5258
Number Constraints
5359
~~~~~~~~~~~~~~~~~~
54-
* :doc:`Positive </reference/constraints/Positive>`
55-
* :doc:`PositiveOrZero </reference/constraints/PositiveOrZero>`
60+
5661
* :doc:`Negative </reference/constraints/Negative>`
5762
* :doc:`NegativeOrZero </reference/constraints/NegativeOrZero>`
63+
* :doc:`Positive </reference/constraints/Positive>`
64+
* :doc:`PositiveOrZero </reference/constraints/PositiveOrZero>`
5865

5966
Date Constraints
6067
~~~~~~~~~~~~~~~~
@@ -68,9 +75,9 @@ Choice Constraints
6875
~~~~~~~~~~~~~~~~~~
6976

7077
* :doc:`Choice </reference/constraints/Choice>`
78+
* :doc:`Country </reference/constraints/Country>`
7179
* :doc:`Language </reference/constraints/Language>`
7280
* :doc:`Locale </reference/constraints/Locale>`
73-
* :doc:`Country </reference/constraints/Country>`
7481

7582
File Constraints
7683
~~~~~~~~~~~~~~~~
@@ -81,34 +88,39 @@ File Constraints
8188
Financial and other Number Constraints
8289
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8390

91+
.. class:: ui-list-two-columns
92+
8493
* :doc:`Bic </reference/constraints/Bic>`
8594
* :doc:`CardScheme </reference/constraints/CardScheme>`
8695
* :doc:`Currency </reference/constraints/Currency>`
87-
* :doc:`Luhn </reference/constraints/Luhn>`
8896
* :doc:`Iban </reference/constraints/Iban>`
8997
* :doc:`Isbn </reference/constraints/Isbn>`
90-
* :doc:`Issn </reference/constraints/Issn>`
9198
* :doc:`Isin </reference/constraints/Isin>`
99+
* :doc:`Issn </reference/constraints/Issn>`
100+
* :doc:`Luhn </reference/constraints/Luhn>`
92101

93102
Doctrine Constraints
94103
~~~~~~~~~~~~~~~~~~~~
95104

96-
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
97-
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
98105
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`
106+
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
107+
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
99108

100109
Other Constraints
101110
~~~~~~~~~~~~~~~~~
102111

112+
.. class:: ui-list-three-columns
113+
114+
* :doc:`All </reference/constraints/All>`
103115
* :doc:`AtLeastOneOf </reference/constraints/AtLeastOneOf>`
104-
* :doc:`Sequentially </reference/constraints/Sequentially>`
105-
* :doc:`Compound </reference/constraints/Compound>`
106116
* :doc:`Callback </reference/constraints/Callback>`
107-
* :doc:`Expression </reference/constraints/Expression>`
108-
* :doc:`When </reference/constraints/When>`
109-
* :doc:`All </reference/constraints/All>`
110-
* :doc:`Valid </reference/constraints/Valid>`
111117
* :doc:`Cascade </reference/constraints/Cascade>`
112-
* :doc:`Traverse </reference/constraints/Traverse>`
113118
* :doc:`Collection </reference/constraints/Collection>`
119+
* :doc:`Compound </reference/constraints/Compound>`
114120
* :doc:`Count </reference/constraints/Count>`
121+
* :doc:`Expression </reference/constraints/Expression>`
122+
* :doc:`GroupSequence </validation/sequence_provider>`
123+
* :doc:`Sequentially </reference/constraints/Sequentially>`
124+
* :doc:`Traverse </reference/constraints/Traverse>`
125+
* :doc:`Valid </reference/constraints/Valid>`
126+
* :doc:`When </reference/constraints/When>`

0 commit comments

Comments
 (0)