‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordOverrideValues Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordOverrideValues:
TYPO3\CMS\Backend\Form\FormDataProviderInterface

Public Member Functions

array addData (array $result)
 

Detailed Description

Determine the final TCA type value

Definition at line 23 of file DatabaseRecordOverrideValues.php.

Member Function Documentation

◆ addData()

array TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordOverrideValues::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.

Returns
‪array

Implements TYPO3\CMS\Backend\Form\FormDataProviderInterface.

Definition at line 31 of file DatabaseRecordOverrideValues.php.