SecurityStatusReport implements RequestAwareStatusProviderInterface
FinalYes
Provides a status report of the security of the install tool
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
stringgetStatus()
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