ExtensionComposerStatus implements RequestAwareStatusProviderInterface

Extension composer status reports

Internal

This class is a specific EXT:reports implementation and is not part of the Public TYPO3 API.

Table of Contents

Interfaces

RequestAwareStatusProviderInterface
Interface for classes which provide a status report entry using information from the current request

Properties

$composerDeficitDetector  : ComposerDeficitDetector
$uriBuilder  : UriBuilder

Methods

__construct()  : mixed
getStatus()  : array<string|int, mixed>
Returns the status of an extension or (sub)system
getLanguageService()  : LanguageService

Properties

Methods

getStatus()

Returns the status of an extension or (sub)system

public getStatus([ServerRequestInterface|null $request = null ]) : array<string|int, mixed>
Parameters
$request : ServerRequestInterface|null = null

the currently handled request

Return values
array<string|int, mixed>

An array of \TYPO3\CMS\Reports\Status objects


        
On this page

Search results