Skip to content

Commit 5252da2

Browse files
committed
minor #18015 [Attributes] Add attributes overview for 6.3 (alexandre-daubois)
This PR was merged into the 6.3 branch. Discussion ---------- [Attributes] Add attributes overview for 6.3 Followup of #18003 and and waiting merge of #18014 Again, I'm keeping an eye on upmerge and will rebase accordingly 🙂 Commits ------- 095824b [Attributes] Add attributes overview for 6.3
2 parents 855173e + 095824b commit 5252da2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

reference/attributes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Doctrine Bridge
1212
~~~~~~~~~~~~~~~
1313

1414
* :doc:`UniqueEntity </reference/constraints/UniqueEntity>`
15+
* :ref:`MapEntity <doctrine-entity-value-resolver>`
1516

1617
Command
1718
~~~~~~~
@@ -27,11 +28,13 @@ Contracts
2728
Dependency Injection
2829
~~~~~~~~~~~~~~~~~~~~
2930

31+
* :class:`Symfony\\Component\\DependencyInjection\\Attribute\\AsAlias`
3032
* :doc:`AsDecorator </service_container/service_decoration>`
3133
* :ref:`AsTaggedItem <tags_as-tagged-item>`
3234
* :ref:`Autoconfigure <lazy-services_configuration>`
3335
* :ref:`AutoconfigureTag <di-instanceof>`
3436
* :ref:`Autowire <autowire-attribute>`
37+
* :ref:`Exclude <service-psr4-loader>`
3538
* :doc:`MapDecorated </service_container/service_decoration>`
3639
* :ref:`TaggedIterator <tags_reference-tagged-services>`
3740
* :ref:`TaggedLocator <service-subscribers-locators_defining-service-locator>`
@@ -52,8 +55,12 @@ HttpKernel
5255
~~~~~~~~~~
5356

5457
* :doc:`AsController </controller/service>`
58+
* :class:`Symfony\\Component\\HttpKernel\\Attribute\\AsPinnedValueResolver`
5559
* :ref:`Cache <http-cache-expiration-intro>`
5660
* :class:`Symfony\\Component\\HttpKernel\\Attribute\\MapDateTime`
61+
* :class:`Symfony\\Component\\HttpKernel\\Attribute\\ValueResolver`
62+
* :ref:`WithHttpStatus <framework_exceptions>`
63+
* :ref:`WithLogLevel <framework_exceptions>`
5764

5865
Messenger
5966
~~~~~~~~~

reference/configuration/framework.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3561,6 +3561,8 @@ Defines the kind of workflow that is going to be created, which can be either
35613561
a normal workflow or a state machine. Read :doc:`this article </workflow/workflow-and-state-machine>`
35623562
to know their differences.
35633563

3564+
.. _framework_exceptions:
3565+
35643566
exceptions
35653567
~~~~~~~~~~
35663568

0 commit comments

Comments
 (0)