RequestAwareStatusProviderInterface

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

interface RequestAwareStatusProviderInterface
Fully qualified name
\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

param Psr\\Http\\Message\\ServerRequestInterface $request

the request, default: NULL

returntype

array

getLabel ( )

Return label of this status

returntype

string