UserInformationService
Read onlyYes
FinalYes
Transform information of user and groups into better format
Table of Contents
Methods
- __construct() : mixed
- getGroupInformation() : array<string|int, mixed>
- Get all relevant information for a backend usergroup
- getUserInformation() : array<string|int, mixed>
- Get all relevant information of the user
Methods
__construct()
public
__construct(IconFactory $iconFactory, ModuleProvider $moduleProvider, TcaSchemaFactory $tcaSchemaFactory, PageDoktypeRegistry $pageDoktypeRegistry) : mixed
Parameters
- $iconFactory : IconFactory
- $moduleProvider : ModuleProvider
- $tcaSchemaFactory : TcaSchemaFactory
- $pageDoktypeRegistry : PageDoktypeRegistry
getGroupInformation()
Get all relevant information for a backend usergroup
public
getGroupInformation(int $groupId) : array<string|int, mixed>
Parameters
- $groupId : int
Return values
array<string|int, mixed>getUserInformation()
Get all relevant information of the user
public
getUserInformation(int $userId) : array<string|int, mixed>
Parameters
- $userId : int