RequestAwareStatusProviderInterface

This interface extends TYPO3\CMS\Reports\StatusProviderInterface. It can be used if information from the current request is required for the status message.

API

interface TYPO3\CMS\Reports\RequestAwareStatusProviderInterface

Interface for classes which provide a status report entry using information from the current request

getStatus(Psr\\Http\\Message\\ServerRequestInterface request = NULL)

Returns the status of an extension or (sub)system

Parameters
  • $request (Psr\Http\Message\ServerRequestInterface) -- the request, default: NULL

Return type

array

getLabel()

Return label of this status

Return type

string