TcaColumnsProcessRecordTitle implements FormDataProviderInterface
Mark columns that are used to generate the record title 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 fields are required to render the record title and add those to the list of columns that must be processed by the next data providers.
Methods
addData()
Determine which fields are required to render the record title and add those to the list of columns that must be processed by the next data providers.
public
addData(array<string|int, mixed> $result) : array<string|int, mixed>
Parameters
- $result : array<string|int, mixed>