LinkResultService
Read onlyYes
FinalYes
Might be removed in TYPO3 v15, when LinkResultInterface is consolidated
Table of Contents
Methods
- fromState() : LinkResultInterface|LinkResultStateInterface
- getState() : array<string|int, mixed>
- Extract state from a LinkResultInterface for serialization.
Methods
fromState()
public
fromState(array<string|int, mixed> $state) : LinkResultInterface|LinkResultStateInterface
Parameters
- $state : array<string|int, mixed>
Return values
LinkResultInterface|LinkResultStateInterfacegetState()
Extract state from a LinkResultInterface for serialization.
public
getState(LinkResultInterface $linkResult) : array<string|int, mixed>
Parameters
- $linkResult : LinkResultInterface