RequestAwareStatusProviderInterface extends StatusProviderInterface
Interface for classes which provide a status report entry using information from the current request
Table of Contents
Methods
- getLabel() : string
- Return label of this status
- getStatus() : array<string|int, Status>
- Returns the status of an extension or (sub)system
Methods
getLabel()
Return label of this status
public
getLabel() : string
Return values
stringgetStatus()
Returns the status of an extension or (sub)system
public
getStatus([ServerRequestInterface|null $request = null ]) : array<string|int, Status>
Parameters
- $request : ServerRequestInterface|null = null
-
the currently handled request