File tree Expand file tree Collapse file tree 4 files changed +380
-0
lines changed Expand file tree Collapse file tree 4 files changed +380
-0
lines changed Original file line number Diff line number Diff line change 63
63
translation
64
64
validation
65
65
web_link
66
+ webhook
66
67
workflow
67
68
68
69
Components
Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ Each validation constraint comes with a PHP attribute. See
112
112
113
113
* :doc: `HasNamedArgument </validation/custom_constraint >`
114
114
115
+ Webhook
116
+ ~~~~~~~
117
+
118
+ * :ref: `AsRemoteEventConsumer <webhook_consume-remote-events >`
119
+
115
120
.. _`AsEntityAutocompleteField` : https://symfony.com/bundles/ux-autocomplete/current/index.html#usage-in-a-form-with-ajax
116
121
.. _`AsLiveComponent` : https://symfony.com/bundles/ux-live-component/current/index.html
117
122
.. _`AsTwigComponent` : https://symfony.com/bundles/ux-twig-component/current/index.html
Original file line number Diff line number Diff line change @@ -3504,6 +3504,17 @@ enabled
3504
3504
3505
3505
Adds a `Link HTTP header `_ to the response.
3506
3506
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
+
3507
3518
workflows
3508
3519
~~~~~~~~~
3509
3520
You can’t perform that action at this time.
0 commit comments