UserSettingsTcaConfiguration
Provides TCA configuration for the backend user settings form.
This creates a "fake TCA" structure for the user settings form, similar to how site configuration uses fake TCA for sites stored in YAML files.
This class is a specific Backend implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- __construct() : mixed
- getTca() : array<string|int, mixed>
- Returns a "fake TCA" for the be_users_settings pseudo-table.
Methods
__construct()
public
__construct(UserSettingsSchema $userSettingsSchema) : mixed
Parameters
- $userSettingsSchema : UserSettingsSchema
getTca()
Returns a "fake TCA" for the be_users_settings pseudo-table.
public
getTca() : array<string|int, mixed>