RequestAwareReportInterface

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

API

interface TYPO3\CMS\Reports\RequestAwareReportInterface

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

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

Returns the content for a report

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

Return type

string

getIdentifier()

Returns unique identifier of the report

Return type

string

getTitle()

Returns title of the report

Return type

string

getDescription()

Returns description of the report

Return type

string

getIconIdentifier()

Returns the identifier of the icon used for the report

Return type

string