TcaColumnsProcessCommon implements FormDataProviderInterface
Mark columns that are common to many tables for further processing
Table of Contents
Interfaces
- FormDataProviderInterface
- Interface must be implemented by form data provider classes.
Methods
- addData() : array<string|int, mixed>
- 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.
Methods
addData()
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.
public
addData(array<string|int, mixed> $result) : array<string|int, mixed>
Parameters
- $result : array<string|int, mixed>