From 095824b88c6587b8e3a255de54a8934ddc838ce4 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Thu, 9 Mar 2023 10:12:31 +0100 Subject: [PATCH] [Attributes] Add attributes overview for 6.3 --- reference/attributes.rst | 7 +++++++ reference/configuration/framework.rst | 2 ++ 2 files changed, 9 insertions(+) diff --git a/reference/attributes.rst b/reference/attributes.rst index f2b22ca958d..e6dc4a2bc6f 100644 --- a/reference/attributes.rst +++ b/reference/attributes.rst @@ -12,6 +12,7 @@ Doctrine Bridge ~~~~~~~~~~~~~~~ * :doc:`UniqueEntity ` +* :ref:`MapEntity ` Command ~~~~~~~ @@ -27,11 +28,13 @@ Contracts Dependency Injection ~~~~~~~~~~~~~~~~~~~~ +* :class:`Symfony\\Component\\DependencyInjection\\Attribute\\AsAlias` * :doc:`AsDecorator ` * :ref:`AsTaggedItem ` * :ref:`Autoconfigure ` * :ref:`AutoconfigureTag ` * :ref:`Autowire ` +* :ref:`Exclude ` * :doc:`MapDecorated ` * :ref:`TaggedIterator ` * :ref:`TaggedLocator ` @@ -52,8 +55,12 @@ HttpKernel ~~~~~~~~~~ * :doc:`AsController ` +* :class:`Symfony\\Component\\HttpKernel\\Attribute\\AsPinnedValueResolver` * :ref:`Cache ` * :class:`Symfony\\Component\\HttpKernel\\Attribute\\MapDateTime` +* :class:`Symfony\\Component\\HttpKernel\\Attribute\\ValueResolver` +* :ref:`WithHttpStatus ` +* :ref:`WithLogLevel ` Messenger ~~~~~~~~~ diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index afef1334e2c..5e30b411eb6 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -3561,6 +3561,8 @@ Defines the kind of workflow that is going to be created, which can be either a normal workflow or a state machine. Read :doc:`this article ` to know their differences. +.. _framework_exceptions: + exceptions ~~~~~~~~~~