Skip to content

Commit ddb2451

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [Validator] Update the constraint index
2 parents 16ba057 + 3aed04d commit ddb2451

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,59 +4,66 @@ 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
* :doc:`WordCount </reference/constraints/WordCount>`
3741
* :doc:`Yaml </reference/constraints/Yaml>`
3842

3943
Comparison Constraints
4044
~~~~~~~~~~~~~~~~~~~~~~
4145

46+
.. class:: ui-list-three-columns
47+
48+
* :doc:`DivisibleBy </reference/constraints/DivisibleBy>`
4249
* :doc:`EqualTo </reference/constraints/EqualTo>`
43-
* :doc:`NotEqualTo </reference/constraints/NotEqualTo>`
50+
* :doc:`GreaterThan </reference/constraints/GreaterThan>`
51+
* :doc:`GreaterThanOrEqual </reference/constraints/GreaterThanOrEqual>`
4452
* :doc:`IdenticalTo </reference/constraints/IdenticalTo>`
45-
* :doc:`NotIdenticalTo </reference/constraints/NotIdenticalTo>`
4653
* :doc:`LessThan </reference/constraints/LessThan>`
4754
* :doc:`LessThanOrEqual </reference/constraints/LessThanOrEqual>`
48-
* :doc:`GreaterThan </reference/constraints/GreaterThan>`
49-
* :doc:`GreaterThanOrEqual </reference/constraints/GreaterThanOrEqual>`
55+
* :doc:`NotEqualTo </reference/constraints/NotEqualTo>`
56+
* :doc:`NotIdenticalTo </reference/constraints/NotIdenticalTo>`
5057
* :doc:`Range </reference/constraints/Range>`
51-
* :doc:`DivisibleBy </reference/constraints/DivisibleBy>`
5258
* :doc:`Unique </reference/constraints/Unique>`
5359

5460
Number Constraints
5561
~~~~~~~~~~~~~~~~~~
56-
* :doc:`Positive </reference/constraints/Positive>`
57-
* :doc:`PositiveOrZero </reference/constraints/PositiveOrZero>`
62+
5863
* :doc:`Negative </reference/constraints/Negative>`
5964
* :doc:`NegativeOrZero </reference/constraints/NegativeOrZero>`
65+
* :doc:`Positive </reference/constraints/Positive>`
66+
* :doc:`PositiveOrZero </reference/constraints/PositiveOrZero>`
6067

6168
Date Constraints
6269
~~~~~~~~~~~~~~~~
@@ -71,9 +78,9 @@ Choice Constraints
7178
~~~~~~~~~~~~~~~~~~
7279

7380
* :doc:`Choice </reference/constraints/Choice>`
81+
* :doc:`Country </reference/constraints/Country>`
7482
* :doc:`Language </reference/constraints/Language>`
7583
* :doc:`Locale </reference/constraints/Locale>`
76-
* :doc:`Country </reference/constraints/Country>`
7784

7885
File Constraints
7986
~~~~~~~~~~~~~~~~
@@ -84,34 +91,39 @@ File Constraints
8491
Financial and other Number Constraints
8592
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8693

94+
.. class:: ui-list-two-columns
95+
8796
* :doc:`Bic </reference/constraints/Bic>`
8897
* :doc:`CardScheme </reference/constraints/CardScheme>`
8998
* :doc:`Currency </reference/constraints/Currency>`
90-
* :doc:`Luhn </reference/constraints/Luhn>`
9199
* :doc:`Iban </reference/constraints/Iban>`
92100
* :doc:`Isbn </reference/constraints/Isbn>`
93-
* :doc:`Issn </reference/constraints/Issn>`
94101
* :doc:`Isin </reference/constraints/Isin>`
102+
* :doc:`Issn </reference/constraints/Issn>`
103+
* :doc:`Luhn </reference/constraints/Luhn>`
95104

96105
Doctrine Constraints
97106
~~~~~~~~~~~~~~~~~~~~
98107

99-
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
100-
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
101108
* :doc:`DisableAutoMapping </reference/constraints/DisableAutoMapping>`
109+
* :doc:`EnableAutoMapping </reference/constraints/EnableAutoMapping>`
110+
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
102111

103112
Other Constraints
104113
~~~~~~~~~~~~~~~~~
105114

115+
.. class:: ui-list-three-columns
116+
117+
* :doc:`All </reference/constraints/All>`
106118
* :doc:`AtLeastOneOf </reference/constraints/AtLeastOneOf>`
107-
* :doc:`Sequentially </reference/constraints/Sequentially>`
108-
* :doc:`Compound </reference/constraints/Compound>`
109119
* :doc:`Callback </reference/constraints/Callback>`
110-
* :doc:`Expression </reference/constraints/Expression>`
111-
* :doc:`When </reference/constraints/When>`
112-
* :doc:`All </reference/constraints/All>`
113-
* :doc:`Valid </reference/constraints/Valid>`
114120
* :doc:`Cascade </reference/constraints/Cascade>`
115-
* :doc:`Traverse </reference/constraints/Traverse>`
116121
* :doc:`Collection </reference/constraints/Collection>`
122+
* :doc:`Compound </reference/constraints/Compound>`
117123
* :doc:`Count </reference/constraints/Count>`
124+
* :doc:`Expression </reference/constraints/Expression>`
125+
* :doc:`GroupSequence </validation/sequence_provider>`
126+
* :doc:`Sequentially </reference/constraints/Sequentially>`
127+
* :doc:`Traverse </reference/constraints/Traverse>`
128+
* :doc:`Valid </reference/constraints/Valid>`
129+
* :doc:`When </reference/constraints/When>`

0 commit comments

Comments
 (0)