From 9fa47e5640c2d9fd41e896821441f8a39c6c539c Mon Sep 17 00:00:00 2001 From: Matthieu Lempereur Date: Thu, 16 Mar 2023 10:03:50 +0100 Subject: [PATCH] add Symfony UX in attributes reference --- reference/attributes.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/reference/attributes.rst b/reference/attributes.rst index c77662b5c69..671d172c6e2 100644 --- a/reference/attributes.rst +++ b/reference/attributes.rst @@ -70,8 +70,21 @@ Serializer * :ref:`MaxDepth ` * :ref:`SerializedName ` +Symfony UX +~~~~~~~~~~ + +* `AsEntityAutocompleteField`_ +* `AsLiveComponent`_ +* `AsTwigComponent`_ +* `Broadcast`_ + Validator ~~~~~~~~~ Each validation constraint comes with a PHP attribute. See :doc:`/reference/constraints` for a full list of validation constraints. + +.. _`AsEntityAutocompleteField`: https://symfony.com/bundles/ux-autocomplete/current/index.html#usage-in-a-form-with-ajax +.. _`AsLiveComponent`: https://symfony.com/bundles/ux-live-component/current/index.html +.. _`AsTwigComponent`: https://symfony.com/bundles/ux-twig-component/current/index.html +.. _`Broadcast`: https://symfony.com/bundles/ux-turbo/current/index.html#broadcast-conventions-and-configuration