SecurityStatusReport implements RequestAwareStatusProviderInterface

FinalYes

Provides a status report of the security of the install tool

Internal

This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Table of Contents

Interfaces

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

Methods

getLabel()  : string
Return label of this status
getStatus()  : array<string|int, Status>
Compiles a collection of system status checks as a status report.

Methods

getLabel()

Return label of this status

public getLabel() : string
Return values
string

getStatus()

Compiles a collection of system status checks as a status report.

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

the currently handled request

Return values
array<string|int, Status>

        
On this page

Search results