UserSettingsDataGroup implements FormDataGroupInterface

Read onlyYes

A data provider group for backend user settings configuration.

This data group is for the user settings form in the setup module. It uses a simplified set of providers since user settings data comes from BE_USER->user and BE_USER->uc, not from a regular database record.

Internal
Attributes
#[Autoconfigure]
$public: true
$shared: false

Table of Contents

Interfaces

FormDataGroupInterface
Interface must be implemented by form data group classes.

Methods

__construct()  : mixed
compile()  : mixed
Compile form data

Methods

compile()

Compile form data

public compile(array<string|int, mixed> $result) : mixed
Parameters
$result : array<string|int, mixed>

Initialized result array

Return values
mixed

Result filled with data @todo: should become a hard array return type in v15.0.


        
On this page

Search results