‪TYPO3CMS  10.4
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessCommon Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessCommon:
TYPO3\CMS\Backend\Form\FormDataProviderInterface

Public Member Functions

array addData (array $result)
 

Detailed Description

Mark columns that are common to many tables for further processing

Definition at line 24 of file TcaColumnsProcessCommon.php.

Member Function Documentation

◆ addData()

array TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessCommon::addData ( array  $result)

Determine which common fields are in use and add those to the list of columns that must be processed by the next data providers. Common fields are for example uid, transOrigPointerField or transOrigDiffSourceField.

Parameters
array$result
Returns
‪array

Implements TYPO3\CMS\Backend\Form\FormDataProviderInterface.

Definition at line 35 of file TcaColumnsProcessCommon.php.

References $fields, and TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode().