TypolinkModifyLinkConfigForPageLinksHookInterface
interface for classes which hook into \TYPO3\CMS\Frontend\ContentObjectRenderer and wish to modify the typolink configuration of the page link.
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