RecordStatistics implements RequestAwareReportInterface
Read onlyYes
FinalYes
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Interfaces
- RequestAwareReportInterface
- Interface for classes which provide a report using information from the current request
Properties
- $backendViewFactory : BackendViewFactory
- $iconFactory : IconFactory
- $pageDoktypeRegistry : PageDoktypeRegistry
- $tcaSchemaFactory : TcaSchemaFactory
Methods
- __construct() : mixed
- getDescription() : string
- Returns description of the report
- getIconIdentifier() : string
- Returns the identifier of the icon used for the report
- getIdentifier() : string
- Returns unique identifier of the report
- getReport() : string
- Takes care of creating / rendering the status report
- getTitle() : string
- Returns title of the report
- getLanguageService() : LanguageService
Properties
$backendViewFactory
protected
BackendViewFactory
$backendViewFactory
$iconFactory
protected
IconFactory
$iconFactory
$pageDoktypeRegistry
protected
PageDoktypeRegistry
$pageDoktypeRegistry
$tcaSchemaFactory
protected
TcaSchemaFactory
$tcaSchemaFactory
Methods
__construct()
public
__construct(BackendViewFactory $backendViewFactory, IconFactory $iconFactory, TcaSchemaFactory $tcaSchemaFactory, PageDoktypeRegistry $pageDoktypeRegistry) : mixed
Parameters
- $backendViewFactory : BackendViewFactory
- $iconFactory : IconFactory
- $tcaSchemaFactory : TcaSchemaFactory
- $pageDoktypeRegistry : PageDoktypeRegistry
getDescription()
Returns description of the report
public
getDescription() : string
Return values
stringgetIconIdentifier()
Returns the identifier of the icon used for the report
public
getIconIdentifier() : string
Return values
stringgetIdentifier()
Returns unique identifier of the report
public
getIdentifier() : string
Return values
stringgetReport()
Takes care of creating / rendering the status report
public
getReport([ServerRequestInterface|null $request = null ]) : string
Parameters
- $request : ServerRequestInterface|null = null
-
the currently handled request
Return values
string —The status report as HTML
getTitle()
Returns title of the report
public
getTitle() : string
Return values
stringgetLanguageService()
protected
getLanguageService() : LanguageService