‪TYPO3CMS  10.4
TYPO3\CMS\Frontend\ContentObject\TypolinkModifyLinkConfigForPageLinksHookInterface Interface Reference

Public Member Functions

array modifyPageLinkConfiguration (array $linkConfiguration, array $linkDetails, array $pageRow)
 

Detailed Description

interface for classes which hook into \TYPO3\CMS\Frontend\ContentObjectRenderer and wish to modify the typolink configuration of the page link.

Definition at line 22 of file TypolinkModifyLinkConfigForPageLinksHookInterface.php.

Member Function Documentation

◆ modifyPageLinkConfiguration()

array TYPO3\CMS\Frontend\ContentObject\TypolinkModifyLinkConfigForPageLinksHookInterface::modifyPageLinkConfiguration ( array  $linkConfiguration,
array  $linkDetails,
array  $pageRow 
)

Modifies the typolink page link configuration array.

Parameters
array$linkConfiguration‪The link configuration (for options see TSRef -> typolink)
array$linkDetails‪Additional information for the link
array$pageRow‪The complete page row for the page to link to
Returns
‪array The modified $linkConfiguration