DatabaseRecordOverrideValues implements FormDataProviderInterface
Determine the final TCA type value
Table of Contents
Interfaces
- FormDataProviderInterface
- Interface must be implemented by form data provider classes.
Methods
- addData() : array<string|int, mixed>
- Add override values to the databaseRow fields. As those values are not meant to be overwritten by the user, the TCA of the field is set to type hidden.
Methods
addData()
Add override values to the databaseRow fields. As those values are not meant to be overwritten by the user, the TCA of the field is set to type hidden.
public
addData(array<string|int, mixed> $result) : array<string|int, mixed>
Parameters
- $result : array<string|int, mixed>
-
Initialized result array