Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
froemken committed Sep 19, 2024
1 parent dc73d0c commit b553e0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/ApiOverview/DatabaseRecords/RecordObjects.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:navigation-title: Record objects
.. include:: /Includes.rst.txt
.. _record_objects:
.. include:: /Includes.rst.txt
.. _record_objects:

==============
Record objects
Expand Down Expand Up @@ -30,7 +30,7 @@ In TypoScript you can use the
usually in combination with the :ref:`DatabaseQueryProcessor <t3tsref:DatabaseQueryProcessor>`
to pass record objects to the Fluid templating engine.

.. _record_objects_php:
.. _record_objects_php:

Provide records in PHP
======================
Expand All @@ -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
====================
Expand Down

0 comments on commit b553e0d

Please sign in to comment.