Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Topics
translation
validation
web_link
webhook
workflow

Components
Expand Down
5 changes: 5 additions & 0 deletions reference/attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ Each validation constraint comes with a PHP attribute. See

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

Webhook
~~~~~~~

* :ref:`AsRemoteEventConsumer <webhook_consume-remote-events>`

.. _`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
Expand Down
11 changes: 11 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3504,6 +3504,17 @@ enabled

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

webhooks
~~~~~~~~

.. versionadded:: 6.3

The Webhooks configuration was introduced in Symfony 6.3.

The ``webhooks`` option (and its children) are used to configure
the webhooks defined in your application. Read more about the options
in the :ref:`Webhooks documentation <webhook>`.

workflows
~~~~~~~~~

Expand Down
Loading