TcaColumnsProcessShowitem implements FormDataProviderInterface

Mark columns that are used in showitem or palettes 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 shown to the user and add those to the list of columns that must be processed by the next data providers.

Methods

addData()

Determine which fields are shown to the user 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>

Initialized result array

Return values
array<string|int, mixed>

        
On this page

Search results