Skip to content

Commit

Permalink
[TASK] Update references due to Fluid migration (#1956)
Browse files Browse the repository at this point in the history
Related: TYPO3-Documentation/TYPO3CMS-Book-ExtbaseFluid#539

Co-authored-by: Sybille Peters <sypets@gmx.de>
  • Loading branch information
github-actions[bot] and sypets authored Jul 13, 2022
1 parent 7b26b88 commit c9a5891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/ApiOverview/Fluid/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Fluid ViewHelpers can be used for various purposes. Some transform data, some in
Partials, some loop over data or even set variables. You can find a complete list of
them in the :ref:`ViewHelper Reference <t3viewhelper:start>`.

You can :ref:`write your own custom ViewHelper <t3extbasebook:developing-a-custom-viewhelper>`,
You can :ref:`write your own custom ViewHelper <fluid-custom-viewhelper>`,
which is a PHP component.

Example Fluid snippet
Expand Down Expand Up @@ -56,7 +56,7 @@ ViewHelpers:
with the methods `initializeArguments` and `render` contains the HTML generation logic.
ViewHelpers are Fluid components which make a function call to PHP from inside of a template.
TYPO3 adds some more ViewHelpers for TYPO3 specific functionality. And, you can
:ref:`write your own <t3extbasebook:developing-a-custom-viewhelper>`.
:ref:`write your own <fluid-custom-viewhelper>`.

ViewHelpers can do simple processing such as remove spaces with the
:ref:`t3viewhelper:typo3fluid-fluid-spaceless` ViewHelper or create a link
Expand Down

0 comments on commit c9a5891

Please sign in to comment.