diff --git a/reference/attributes.rst b/reference/attributes.rst index 98404e5c9f2..92c32058ff4 100644 --- a/reference/attributes.rst +++ b/reference/attributes.rst @@ -27,9 +27,12 @@ Contracts Dependency Injection ~~~~~~~~~~~~~~~~~~~~ +* :doc:`AsDecorator ` * :ref:`AsTaggedItem ` * :ref:`Autoconfigure ` * :ref:`AutoconfigureTag ` +* :ref:`Autowire ` +* :doc:`MapDecorated ` * :ref:`TaggedIterator ` * :ref:`TaggedLocator ` * :ref:`Target ` @@ -40,10 +43,17 @@ EventDispatcher * :ref:`AsEventListener ` +FrameworkBundle +~~~~~~~~~~~~~~~ + +* :ref:`AsRoutingConditionService ` + HttpKernel ~~~~~~~~~~ * :doc:`AsController ` +* :ref:`Cache ` +* :class:`Symfony\\Component\\HttpKernel\\Attribute\\MapDateTime` Messenger ~~~~~~~~~ @@ -59,6 +69,7 @@ Security ~~~~~~~~ * :ref:`CurrentUser ` +* :ref:`IsGranted ` Serializer ~~~~~~~~~~ @@ -69,9 +80,17 @@ Serializer * :ref:`Ignore ` * :ref:`MaxDepth ` * :ref:`SerializedName ` +* :ref:`SerializedPath ` + +Twig +~~~~ + +* :ref:`Template ` Validator ~~~~~~~~~ Each validation constraint comes with a PHP attribute. See :doc:`/reference/constraints` for a full list of validation constraints. + +* :doc:`HasNamedArgument `