Skip to content

Commit d1e99d6

Browse files
committed
minor #18014 [Attributes] Add attributes overview for 6.2 (alexandre-daubois)
This PR was merged into the 6.2 branch. Discussion ---------- [Attributes] Add attributes overview for 6.2 Waiting upmerge of #18003, but here is the 6.2 followup 👍 It seems there will be some conflicts during upmerge. I'm keeping an eye on this and will update this PR accordingly I'm on 6.3 as well! Commits ------- f25d340 [Attributes] Add attributes overview for 6.2
2 parents e4b2ae6 + f25d340 commit d1e99d6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

reference/attributes.rst

+19
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ Contracts
2727
Dependency Injection
2828
~~~~~~~~~~~~~~~~~~~~
2929

30+
* :doc:`AsDecorator </service_container/service_decoration>`
3031
* :ref:`AsTaggedItem <tags_as-tagged-item>`
3132
* :ref:`Autoconfigure <lazy-services_configuration>`
3233
* :ref:`AutoconfigureTag <di-instanceof>`
34+
* :ref:`Autowire <autowire-attribute>`
35+
* :doc:`MapDecorated </service_container/service_decoration>`
3336
* :ref:`TaggedIterator <tags_reference-tagged-services>`
3437
* :ref:`TaggedLocator <service-subscribers-locators_defining-service-locator>`
3538
* :ref:`Target <autowiring-multiple-implementations-same-type>`
@@ -40,10 +43,17 @@ EventDispatcher
4043

4144
* :ref:`AsEventListener <event-dispatcher_event-listener-attributes>`
4245

46+
FrameworkBundle
47+
~~~~~~~~~~~~~~~
48+
49+
* :ref:`AsRoutingConditionService <routing-matching-expressions>`
50+
4351
HttpKernel
4452
~~~~~~~~~~
4553

4654
* :doc:`AsController </controller/service>`
55+
* :ref:`Cache <http-cache-expiration-intro>`
56+
* :class:`Symfony\\Component\\HttpKernel\\Attribute\\MapDateTime`
4757

4858
Messenger
4959
~~~~~~~~~
@@ -59,6 +69,7 @@ Security
5969
~~~~~~~~
6070

6171
* :ref:`CurrentUser <security-json-login>`
72+
* :ref:`IsGranted <security-securing-controller-annotations>`
6273

6374
Serializer
6475
~~~~~~~~~~
@@ -69,9 +80,17 @@ Serializer
6980
* :ref:`Ignore <serializer_ignoring-attributes>`
7081
* :ref:`MaxDepth <serializer_handling-serialization-depth>`
7182
* :ref:`SerializedName <serializer_name-conversion>`
83+
* :ref:`SerializedPath <serializer-enabling-metadata-cache>`
84+
85+
Twig
86+
~~~~
87+
88+
* :ref:`Template <templates-template-attribute>`
7289

7390
Validator
7491
~~~~~~~~~
7592

7693
Each validation constraint comes with a PHP attribute. See
7794
:doc:`/reference/constraints` for a full list of validation constraints.
95+
96+
* :doc:`HasNamedArgument </validation/custom_constraint>`

0 commit comments

Comments
 (0)