Skip to content

Commit b848b2f

Browse files
[Attributes] Add attributes overview for 6.3
1 parent 80c618a commit b848b2f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

reference/attributes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ Contracts
2727
Dependency Injection
2828
~~~~~~~~~~~~~~~~~~~~
2929

30+
* :class:`Symfony\\Component\\DependencyInjection\\Attribute\\AsAlias`
3031
* :doc:`AsDecorator </service_container/service_decoration>`
3132
* :ref:`AsTaggedItem <tags_as-tagged-item>`
3233
* :ref:`Autoconfigure <lazy-services_configuration>`
3334
* :ref:`AutoconfigureTag <di-instanceof>`
3435
* :ref:`Autowire <autowire-attribute>`
36+
* :ref:`Exclude <service-psr4-loader>`
3537
* :doc:`MapDecorated </service_container/service_decoration>`
3638
* :ref:`TaggedIterator <tags_reference-tagged-services>`
3739
* :ref:`TaggedLocator <service-subscribers-locators_defining-service-locator>`
@@ -52,8 +54,12 @@ HttpKernel
5254
~~~~~~~~~~
5355

5456
* :doc:`AsController </controller/service>`
57+
* :class:`Symfony\\Component\\HttpKernel\\Attribute\\AsPinnedValueResolver`
5558
* :ref:`Cache <http-cache-expiration-intro>`
5659
* :class:`Symfony\\Component\\HttpKernel\\Attribute\\MapDateTime`
60+
* :class:`Symfony\\Component\\HttpKernel\\Attribute\\ValueResolver`
61+
* :ref:`WithHttpStatus <framework_exceptions>`
62+
* :ref:`WithLogLevel <framework_exceptions>`
5763

5864
Messenger
5965
~~~~~~~~~

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)