TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.. Generated by https://github.com/linawolf/t3docs_restructured_api_tools
|
||||
.. php:namespace:: TYPO3\CMS\Reports
|
||||
|
||||
.. php:interface:: RequestAwareStatusProviderInterface
|
||||
|
||||
Interface for classes which provide a status report entry using information from the current request
|
||||
|
||||
.. php:method:: getStatus(Psr\\Http\\Message\\ServerRequestInterface request = NULL)
|
||||
|
||||
Returns the status of an extension or (sub)system
|
||||
|
||||
:param Psr\\Http\\Message\\ServerRequestInterface $request: the request, default: NULL
|
||||
:returntype: array
|
||||
|
||||
.. php:method:: getLabel()
|
||||
|
||||
Return label of this status
|
||||
|
||||
:returntype: string
|
||||
Reference in New Issue
Block a user