UserIntInformation extends AbstractSubModule implements DataProviderInterface
UserIntInformation admin panel sub module
Table of Contents
Interfaces
- DataProviderInterface
- Adminpanel interface to denote that a module provides data to be stored for the current request
Methods
- getContent() : string
- Main method for content generation of an admin panel module.
- getDataToStore() : ModuleData
- getIdentifier() : string
- Identifier for this module, for example "preview" or "cache"
- getLabel() : string
- Module label
- getBackendUser() : BackendUserAuthentication
- getLanguageService() : LanguageService
- Returns LanguageService
- getUserIntInfo() : array<string|int, mixed>
Methods
getContent()
Main method for content generation of an admin panel module.
public
getContent(ModuleData $data) : string
Parameters
- $data : ModuleData
Tags
Return values
stringgetDataToStore()
public
getDataToStore(ServerRequestInterface $request) : ModuleData
Parameters
- $request : ServerRequestInterface
Tags
Return values
ModuleDatagetIdentifier()
Identifier for this module, for example "preview" or "cache"
public
getIdentifier() : string
Tags
Return values
stringgetLabel()
Module label
public
getLabel() : string
Tags
Return values
stringgetBackendUser()
protected
getBackendUser() : BackendUserAuthentication
Return values
BackendUserAuthenticationgetLanguageService()
Returns LanguageService
protected
getLanguageService() : LanguageService
Return values
LanguageServicegetUserIntInfo()
protected
getUserIntInfo() : array<string|int, mixed>