Skip to content

Commit 5b67346

Browse files
committed
minor #18065 [Attributes] Add Symfony UX attributes reference (MrYamous)
This PR was merged into the 5.4 branch. Discussion ---------- [Attributes] Add Symfony UX attributes reference Commits ------- 9fa47e5 add Symfony UX in attributes reference
2 parents 4e889ec + 9fa47e5 commit 5b67346

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

reference/attributes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,21 @@ Serializer
7070
* :ref:`MaxDepth <serializer_handling-serialization-depth>`
7171
* :ref:`SerializedName <serializer_name-conversion>`
7272

73+
Symfony UX
74+
~~~~~~~~~~
75+
76+
* `AsEntityAutocompleteField`_
77+
* `AsLiveComponent`_
78+
* `AsTwigComponent`_
79+
* `Broadcast`_
80+
7381
Validator
7482
~~~~~~~~~
7583

7684
Each validation constraint comes with a PHP attribute. See
7785
:doc:`/reference/constraints` for a full list of validation constraints.
86+
87+
.. _`AsEntityAutocompleteField`: https://symfony.com/bundles/ux-autocomplete/current/index.html#usage-in-a-form-with-ajax
88+
.. _`AsLiveComponent`: https://symfony.com/bundles/ux-live-component/current/index.html
89+
.. _`AsTwigComponent`: https://symfony.com/bundles/ux-twig-component/current/index.html
90+
.. _`Broadcast`: https://symfony.com/bundles/ux-turbo/current/index.html#broadcast-conventions-and-configuration

0 commit comments

Comments
 (0)