‪TYPO3CMS  ‪main
TYPO3\CMS\Reports\RequestAwareReportInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Reports\RequestAwareReportInterface:
TYPO3\CMS\Reports\ReportInterface TYPO3\CMS\Reports\Report\Status\Status

Public Member Functions

 getReport (ServerRequestInterface $request=null)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Reports\ReportInterface
 getReport ()
 
 getIdentifier ()
 
 getTitle ()
 
 getDescription ()
 
 getIconIdentifier ()
 

Detailed Description

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

Definition at line 25 of file RequestAwareReportInterface.php.

Member Function Documentation

◆ getReport()

TYPO3\CMS\Reports\RequestAwareReportInterface::getReport ( ServerRequestInterface  $request = null)

Returns the content for a report

Parameters
ServerRequestInterface | null$request‪the currently handled request

Implemented in TYPO3\CMS\Reports\Report\Status\Status.

Referenced by TYPO3\CMS\Reports\Controller\ReportController\detailAction().