PlainSlugReplacementRedirectSource implements RedirectSourceInterface
FinalYes
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
stringgetPath()
public
getPath() : string
Return values
stringgetTargetLinkParameters()
public
getTargetLinkParameters() : array<string|int, mixed>