TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Reports\Report\Status\Typo3Status Class Reference
Inheritance diagram for TYPO3\CMS\Reports\Report\Status\Typo3Status:
TYPO3\CMS\Reports\StatusProviderInterface

Public Member Functions

 getStatus ()
 

Protected Member Functions

 getOldXclassUsageStatus ()
 
 getRegisteredXclassStatus ()
 
 getCompatibility6Status ()
 

Detailed Description

Performs basic checks about the TYPO3 install

Definition at line 22 of file Typo3Status.php.

Member Function Documentation

◆ getCompatibility6Status()

TYPO3\CMS\Reports\Report\Status\Typo3Status::getCompatibility6Status ( )
protected

Check for usage of EXT:compatibility6

Returns

Definition at line 121 of file Typo3Status.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Referenced by TYPO3\CMS\Reports\Report\Status\Typo3Status\getStatus().

◆ getOldXclassUsageStatus()

TYPO3\CMS\Reports\Report\Status\Typo3Status::getOldXclassUsageStatus ( )
protected

Check for usage of old way of implementing XCLASSes

Returns

Definition at line 44 of file Typo3Status.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Referenced by TYPO3\CMS\Reports\Report\Status\Typo3Status\getStatus().

◆ getRegisteredXclassStatus()

TYPO3\CMS\Reports\Report\Status\Typo3Status::getRegisteredXclassStatus ( )
protected

List any Xclasses registered in the system

Returns

Definition at line 77 of file Typo3Status.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Referenced by TYPO3\CMS\Reports\Report\Status\Typo3Status\getStatus().

◆ getStatus()

TYPO3\CMS\Reports\Report\Status\Typo3Status::getStatus ( )