PlainSlugReplacementRedirectSource implements RedirectSourceInterface

FinalYes
Internal

This is a concrete implementation and solely used for EXT:redirects and not part of TYPO3's Core API. It may vanish any time.

Table of Contents

Interfaces

RedirectSourceInterface
This is a contract containing the base information on an original redirect that should be transformed or replaced.

Methods

__construct()  : mixed
getHost()  : string
getPath()  : string
getTargetLinkParameters()  : array<string|int, mixed>

Methods

__construct()

public __construct(string $host, string $path, array<string|int, mixed> $targetLinkParameters) : mixed
Parameters
$host : string
$path : string
$targetLinkParameters : array<string|int, mixed>

getHost()

public getHost() : string
Return values
string

getPath()

public getPath() : string
Return values
string

getTargetLinkParameters()

public getTargetLinkParameters() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results