‪TYPO3CMS  ‪main
TYPO3\CMS\Install\Report\SecurityStatusReport Class Reference
Inheritance diagram for TYPO3\CMS\Install\Report\SecurityStatusReport:
TYPO3\CMS\Reports\RequestAwareStatusProviderInterface TYPO3\CMS\Reports\StatusProviderInterface

Public Member Functions

Status[] getStatus (ServerRequestInterface $request=null)
 
 getLabel ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Reports\StatusProviderInterface
Status[] getStatus ()
 

Private Member Functions

Status getInstallToolProtectionStatus ()
 
 removeInstallToolEnableFilesIfRequested (ServerRequestInterface $request)
 
 getLanguageService ()
 

Detailed Description

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.

Definition at line 31 of file SecurityStatusReport.php.

Member Function Documentation

◆ getInstallToolProtectionStatus()

◆ getLabel()

TYPO3\CMS\Install\Report\SecurityStatusReport::getLabel ( )

Return label of this status

Implements TYPO3\CMS\Reports\StatusProviderInterface.

Definition at line 49 of file SecurityStatusReport.php.

◆ getLanguageService()

TYPO3\CMS\Install\Report\SecurityStatusReport::getLanguageService ( )
private

◆ getStatus()

Status [] TYPO3\CMS\Install\Report\SecurityStatusReport::getStatus ( ServerRequestInterface  $request = null)

◆ removeInstallToolEnableFilesIfRequested()

TYPO3\CMS\Install\Report\SecurityStatusReport::removeInstallToolEnableFilesIfRequested ( ServerRequestInterface  $request)
private