Skip to content

Commit 738ca20

Browse files
[Webhook] Add new component documentation
1 parent ab5f867 commit 738ca20

File tree

4 files changed

+380
-0
lines changed

4 files changed

+380
-0
lines changed

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Topics
6363
translation
6464
validation
6565
web_link
66+
webhook
6667
workflow
6768

6869
Components

reference/attributes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ Each validation constraint comes with a PHP attribute. See
112112

113113
* :doc:`HasNamedArgument </validation/custom_constraint>`
114114

115+
Webhook
116+
~~~~~~~
117+
118+
* :ref:`AsRemoteEventConsumer <webhook_consume-remote-events>`
119+
115120
.. _`AsEntityAutocompleteField`: https://symfony.com/bundles/ux-autocomplete/current/index.html#usage-in-a-form-with-ajax
116121
.. _`AsLiveComponent`: https://symfony.com/bundles/ux-live-component/current/index.html
117122
.. _`AsTwigComponent`: https://symfony.com/bundles/ux-twig-component/current/index.html

reference/configuration/framework.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3504,6 +3504,17 @@ enabled
35043504

35053505
Adds a `Link HTTP header`_ to the response.
35063506

3507+
webhooks
3508+
~~~~~~~~
3509+
3510+
.. versionadded:: 6.3
3511+
3512+
The Webhooks configuration was introduced in Symfony 6.3.
3513+
3514+
The ``webhooks`` option (and its children) are used to configure
3515+
the webhooks defined in your application. Read more about the options
3516+
in the :ref:`Webhooks documentation <webhook>`.
3517+
35073518
workflows
35083519
~~~~~~~~~
35093520

0 commit comments

Comments
 (0)