Skip to content

Commit de59ed5

Browse files
[TASK] Incorporate review
Releases: main
1 parent 3675290 commit de59ed5

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

Documentation/ApiOverview/Events/Events/Frontend/BeforeDatabaseRecordLinkResolvedEvent.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ Note that the custom code needs to take care - if relevant - of all aspects
3333
normally handled by :php:`TYPO3\CMS\Frontend\Typolink\DatabaseRecordLinkBuilder`,
3434
such as record visibility, language overlay or version overlay.
3535

36-
The event provides access to the following public properties:
37-
38-
* :php:`$linkDetails`: Information about the link being processed
39-
* :php:`$databaseTable`: The name of the database the record belongs to
40-
* :php:`$typoscriptConfiguration`: The full TypoScript link handler configuration
41-
* :php:`$tsConfig`: The full TSconfig link handler configuration
42-
* :php:`$request`: The current request object
43-
* :php:`$record`: The database record as an array (initially :php:`null`)
44-
4536
.. _BeforeDatabaseRecordLinkResolvedEvent-example:
4637

4738
Example

Documentation/CodeSnippets/Events/Frontend/BeforeDatabaseRecordLinkResolvedEvent.rst.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,34 @@
1313
:readonly:
1414
:public:
1515

16+
Information about the link being processed
17+
1618
.. php:attr:: databaseTable
1719
:readonly:
1820
:public:
1921

22+
The name of the database the record belongs to
23+
2024
.. php:attr:: typoscriptConfiguration
2125
:readonly:
2226
:public:
2327

28+
The full TypoScript link handler configuration
29+
30+
.. php:attr:: tsConfig
31+
:readonly:
32+
:public:
33+
34+
The full TSconfig link handler configuration
35+
2436
.. php:attr:: request
2537
:readonly:
2638
:public:
2739

40+
The current request object
41+
2842
.. php:attr:: record
2943
:readonly:
3044
:public:
45+
46+
The database record as an array (initially :php:`null`)

0 commit comments

Comments
 (0)