SiteConfigurationDataGroup implements FormDataGroupInterface

A data provider group for site and language configuration.

This data group is for data fetched from sites yml files, it is fed by "fake TCA" since there are no real db records.

It's similar to "fullDatabaseRecord", with some unused TCA types kicked out and some own data providers for record data and inline handling.

Table of Contents

Interfaces

FormDataGroupInterface
Interface must be implemented by form data group classes.

Methods

compile()  : array<string|int, mixed>
Compile form data

Methods

compile()

Compile form data

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

Initialized result array

Tags
throws
UnexpectedValueException
Return values
array<string|int, mixed>

Result filled with data


        
On this page

Search results