forked from symfony/symfony-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.rst.inc
60 lines (46 loc) · 1.81 KB
/
map.rst.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Basic Constraints
~~~~~~~~~~~~~~~~~
These are the basic constraints: use them to assert very basic things about
the value of properties or the return value of methods on your object.
* :doc:`NotBlank </reference/constraints/NotBlank>`
* :doc:`Blank </reference/constraints/Blank>`
* :doc:`NotNull </reference/constraints/NotNull>`
* :doc:`Null </reference/constraints/Null>`
* :doc:`True </reference/constraints/True>`
* :doc:`False </reference/constraints/False>`
* :doc:`Type </reference/constraints/Type>`
String Constraints
~~~~~~~~~~~~~~~~~~
* :doc:`Email </reference/constraints/Email>`
* :doc:`MinLength </reference/constraints/MinLength>`
* :doc:`MaxLength </reference/constraints/MaxLength>`
* :doc:`Url </reference/constraints/Url>`
* :doc:`Regex </reference/constraints/Regex>`
* :doc:`Ip </reference/constraints/Ip>`
Number Constraints
~~~~~~~~~~~~~~~~~~
* :doc:`Max </reference/constraints/Max>`
* :doc:`Min </reference/constraints/Min>`
Date Constraints
~~~~~~~~~~~~~~~~
* :doc:`Date </reference/constraints/Date>`
* :doc:`DateTime </reference/constraints/DateTime>`
* :doc:`Time </reference/constraints/Time>`
Collection Constraints
~~~~~~~~~~~~~~~~~~~~~~
* :doc:`Choice </reference/constraints/Choice>`
* :doc:`Collection </reference/constraints/Collection>`
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
* :doc:`Language </reference/constraints/Language>`
* :doc:`Locale </reference/constraints/Locale>`
* :doc:`Country </reference/constraints/Country>`
File Constraints
~~~~~~~~~~~~~~~~
* :doc:`File </reference/constraints/File>`
* :doc:`Image </reference/constraints/Image>`
Other Constraints
~~~~~~~~~~~~~~~~~
* :doc:`Callback </reference/constraints/Callback>`
* :doc:`All </reference/constraints/All>`
* :doc:`UserPassword </reference/constraints/UserPassword>`
* :doc:`Valid </reference/constraints/Valid>`