StatusProviderInterface

Classes implementing this interface are registered automatically as status in the module Reports > Status if autoconfigure is enabled in Services.yaml or if it was registered manually by the tag reports.status.

If information from the current request is required for the status report implement \TYPO3\CMS\Reports\RequestAwareStatusProviderInterface.

If you need to provide extended information implement \TYPO3\CMS\Reports\ExtendedStatusProviderInterface.

interface StatusProviderInterface
Fully qualified name
\TYPO3\CMS\Reports\StatusProviderInterface

Interface for classes which provide a status report entry.

getStatus ( )

Returns the status of an extension or (sub)system

returntype

array

getLabel ( )

Return label of this status

returntype

string