‪TYPO3CMS  10.4
TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation:
TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface

Public Member Functions

 getIdentifier ()
 
 getLabel ()
 
 getDataToStore (ServerRequestInterface $request)
 
 getContent (ModuleData $data)
 

Protected Member Functions

array getUserIntInfo ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule
LanguageService getLanguageService ()
 
 getBackendUser ()
 

Detailed Description

UserIntInformation admin panel sub module

Definition at line 33 of file UserIntInformation.php.

Member Function Documentation

◆ getContent()

TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation::getContent ( ModuleData  $data)

‪Main method for content generation of an admin panel module. Return content as HTML. For modules implementing the DataProviderInterface the "ModuleData" object is automatically filled with the stored data - if no data is given a "fresh" ModuleData object is injected.

Parameters
\TYPO3\CMS\Adminpanel\ModuleApi\ModuleData$data
Returns
‪string

Implements TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface.

Definition at line 68 of file UserIntInformation.php.

References TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule\getBackendUser().

◆ getDataToStore()

TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation::getDataToStore ( ServerRequestInterface  $request)

Parameters
\Psr\Http\Message\ServerRequestInterface$request
Returns
‪\TYPO3\CMS\Adminpanel\ModuleApi\ModuleData

Implements TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface.

Definition at line 56 of file UserIntInformation.php.

References TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation\getUserIntInfo().

◆ getIdentifier()

TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation::getIdentifier ( )

‪Identifier for this module, for example "preview" or "cache"

Returns
‪string

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 38 of file UserIntInformation.php.

◆ getLabel()

TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation::getLabel ( )

◆ getUserIntInfo()

array TYPO3\CMS\Adminpanel\Modules\Info\UserIntInformation::getUserIntInfo ( )
protected