RequestAwareStatusProviderInterface extends StatusProviderInterface

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

Table of Contents

Methods

getStatus()  : array<string|int, mixed>
Returns the status of an extension or (sub)system

Methods

getStatus()

Returns the status of an extension or (sub)system

public getStatus([ServerRequestInterface|null $request = null ]) : array<string|int, mixed>
Parameters
$request : ServerRequestInterface|null = null

the currently handled request

Return values
array<string|int, mixed>

An array of \TYPO3\CMS\Reports\Status objects


        
On this page

Search results