TypolinkBuilderInterface

Used to generate a link to a page or file, an external URL or any other protocol in the frontend or backend.

The actual resolving of the Link happens in LinkFactory

Table of Contents

Methods

buildLink()  : LinkResultInterface

Methods

public buildLink(array<string|int, mixed> $linkDetails, array<string|int, mixed> $configuration, ServerRequestInterface $request[, string $linkText = '' ]) : LinkResultInterface
Parameters
$linkDetails : array<string|int, mixed>

parsed link details by the LinkService

$configuration : array<string|int, mixed>

the TypoLink configuration array

$request : ServerRequestInterface
$linkText : string = ''

the link text

Tags
throws
UnableToLinkException
Return values
LinkResultInterface

        
On this page

Search results