Skip to content
Snippets Groups Projects
Commit c5906d7b authored by Chris Müller's avatar Chris Müller Committed by Christian Kuhn
Browse files

[DOCS] Add link to hooks on "Concepts > Frontend rendering" page (EXT:form)

This makes it easier for users to find the hooks.

Resolves: #102965
Releases: main, 12.4
Change-Id: Ib5a515b46165b2d941444f90c615b59e244c9d6f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82619


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent fd84049b
Branches
Tags
No related merge requests found
......@@ -752,6 +752,9 @@ defined by:
With the provided hooks, this ``FormElement`` can now be manipulated.
.. seealso::
* :ref:`Hooks for runtime manipulation <apireference-frontendrendering-runtimemanipulation-hooks>`
If you insist on your own implementation, the abstract class ``TYPO3\CMS\Form\Domain\Model\FormElements\AbstractFormElement``
offers a perfect entry point. In addition, we recommend checking-out ``TYPO3\CMS\Form\Domain\Model\Renderable\AbstractRenderable``.
All of your own form element implementations must be programmed to the
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment