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

Methods

getDescription()

Returns description of the report

public getDescription() : string
Return values
string

getIconIdentifier()

Returns the identifier of the icon used for the report

public getIconIdentifier() : string
Return values
string

getIdentifier()

Returns unique identifier of the report

public getIdentifier() : string
Return values
string

getReport()

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
string

        
On this page

Search results