@@ -27,9 +27,14 @@ Contracts
27
27
Dependency Injection
28
28
~~~~~~~~~~~~~~~~~~~~
29
29
30
+ * :class: `Symfony\\ Component\\ DependencyInjection\\ Attribute\\ AsAlias `
31
+ * :doc: `AsDecorator </service_container/service_decoration >`
30
32
* :ref: `AsTaggedItem <tags_as-tagged-item >`
31
33
* :ref: `Autoconfigure <lazy-services_configuration >`
32
34
* :ref: `AutoconfigureTag <di-instanceof >`
35
+ * :ref: `Autowire <autowire-attribute >`
36
+ * :ref: `Exclude <service-psr4-loader >`
37
+ * :doc: `MapDecorated </service_container/service_decoration >`
33
38
* :ref: `TaggedIterator <tags_reference-tagged-services >`
34
39
* :ref: `TaggedLocator <service-subscribers-locators_defining-service-locator >`
35
40
* :ref: `Target <autowiring-multiple-implementations-same-type >`
@@ -40,10 +45,19 @@ EventDispatcher
40
45
41
46
* :ref: `AsEventListener <event-dispatcher_event-listener-attributes >`
42
47
48
+ FrameworkBundle
49
+ ~~~~~~~~~~~~~~~
50
+
51
+ * :ref: `AsRoutingConditionService <routing-matching-expressions >`
52
+
43
53
HttpKernel
44
54
~~~~~~~~~~
45
55
46
56
* :doc: `AsController </controller/service >`
57
+ * :ref: `Cache <http-cache-expiration-intro >`
58
+ * :class: `Symfony\\ Component\\ HttpKernel\\ Attribute\\ MapDateTime `
59
+ * :ref: `WithHttpStatus <framework_exceptions >`
60
+ * :ref: `WithLogLevel <framework_exceptions >`
47
61
48
62
Messenger
49
63
~~~~~~~~~
@@ -59,6 +73,7 @@ Security
59
73
~~~~~~~~
60
74
61
75
* :ref: `CurrentUser <security-json-login >`
76
+ * :ref: `IsGranted <security-securing-controller-annotations >`
62
77
63
78
Serializer
64
79
~~~~~~~~~~
@@ -69,9 +84,17 @@ Serializer
69
84
* :ref: `Ignore <serializer_ignoring-attributes >`
70
85
* :ref: `MaxDepth <serializer_handling-serialization-depth >`
71
86
* :ref: `SerializedName <serializer_name-conversion >`
87
+ * :ref: `SerializedPath <serializer-enabling-metadata-cache >`
88
+
89
+ Twig
90
+ ~~~~
91
+
92
+ * :ref: `Template <templates-template-attribute >`
72
93
73
94
Validator
74
95
~~~~~~~~~
75
96
76
97
Each validation constraint comes with a PHP attribute. See
77
98
:doc: `/reference/constraints ` for a full list of validation constraints.
99
+
100
+ * :doc: `HasNamedArgument </validation/custom_constraint >`
0 commit comments