LinkResultStateInterface
Interface for managing the state of a link result object.
This interface is not part of the TYPO3 Core API and might be dropped in TYPO3 v15.
Table of Contents
Methods
- fromState() : self
- getState() : array<string|int, mixed>
Methods
fromState()
public
static fromState(array<string|int, mixed> $state) : self
Parameters
- $state : array<string|int, mixed>
Return values
selfgetState()
public
getState() : array<string|int, mixed>