![]() |
TYPO3
7.6
|
Public Member Functions | |
getStatus () | |
Protected Member Functions | |
getOldXclassUsageStatus () | |
getRegisteredXclassStatus () | |
getCompatibility6Status () | |
Performs basic checks about the TYPO3 install
Definition at line 22 of file Typo3Status.php.
|
protected |
Check for usage of EXT:compatibility6
Definition at line 121 of file Typo3Status.php.
References $GLOBALS, and GeneralUtility\makeInstance().
Referenced by Typo3Status\getStatus().
|
protected |
Check for usage of old way of implementing XCLASSes
Definition at line 44 of file Typo3Status.php.
References $GLOBALS, and GeneralUtility\makeInstance().
Referenced by Typo3Status\getStatus().
|
protected |
List any Xclasses registered in the system
Definition at line 77 of file Typo3Status.php.
References $GLOBALS, and GeneralUtility\makeInstance().
Referenced by Typo3Status\getStatus().
getStatus | ( | ) |
Returns the status for this report
Implements StatusProviderInterface.
Definition at line 29 of file Typo3Status.php.
References Typo3Status\getCompatibility6Status(), Typo3Status\getOldXclassUsageStatus(), and Typo3Status\getRegisteredXclassStatus().