TypolinkModifyLinkConfigForPageLinksHookInterface
interface for classes which hook into \TYPO3\CMS\Frontend\ContentObjectRenderer and wish to modify the typolink configuration of the page link.
not in use anymore since TYPO3 v12, will be removed in TYPO3 13. Only stays for adding compatibility for TYPO3 v11+v12 compatible extensions
Table of Contents
Methods
- modifyPageLinkConfiguration() : array<string|int, mixed>
- Modifies the typolink page link configuration array.
Methods
modifyPageLinkConfiguration()
Modifies the typolink page link configuration array.
public
modifyPageLinkConfiguration(array<string|int, mixed> $linkConfiguration, array<string|int, mixed> $linkDetails, array<string|int, mixed> $pageRow) : array<string|int, mixed>
Parameters
- $linkConfiguration : array<string|int, mixed>
-
The link configuration (for options see TSRef -> typolink)
- $linkDetails : array<string|int, mixed>
-
Additional information for the link
- $pageRow : array<string|int, mixed>
-
The complete page row for the page to link to
Return values
array<string|int, mixed> —The modified $linkConfiguration