From b553e0d48019eab73207c84e37959bf398c39230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= Date: Thu, 19 Sep 2024 22:28:20 +0200 Subject: [PATCH] Apply suggestions from code review --- .../ApiOverview/DatabaseRecords/RecordObjects.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/ApiOverview/DatabaseRecords/RecordObjects.rst b/Documentation/ApiOverview/DatabaseRecords/RecordObjects.rst index b3dbb6150e..831dd32359 100644 --- a/Documentation/ApiOverview/DatabaseRecords/RecordObjects.rst +++ b/Documentation/ApiOverview/DatabaseRecords/RecordObjects.rst @@ -1,6 +1,6 @@ :navigation-title: Record objects -.. include:: /Includes.rst.txt -.. _record_objects: +.. include:: /Includes.rst.txt +.. _record_objects: ============== Record objects @@ -30,7 +30,7 @@ In TypoScript you can use the usually in combination with the :ref:`DatabaseQueryProcessor ` to pass record objects to the Fluid templating engine. -.. _record_objects_php: +.. _record_objects_php: Provide records in PHP ====================== @@ -41,7 +41,7 @@ Provide records in PHP In PHP a record object can be created by the :php:`\TYPO3\CMS\Core\Domain\RecordFactory`. -.. _record_objects_fluid: +.. _record_objects_fluid: Use records in Fluid ====================