TYPO3  7.6
Public Member Functions | List of all members
DatabaseRecordOverrideValues Class Reference
Inheritance diagram for DatabaseRecordOverrideValues:
FormDataProviderInterface

Public Member Functions

 addData (array $result)
 

Detailed Description

Determine the final TCA type value

Definition at line 22 of file DatabaseRecordOverrideValues.php.

Member Function Documentation

addData ( array  $result)

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.

Parameters
array$result
Returns
array

Implements FormDataProviderInterface.

Definition at line 31 of file DatabaseRecordOverrideValues.php.