TcaColumnsRemoveUnused implements FormDataProviderInterface

Remove fields from columns not in showitem or palette list or needed otherwise This is a relatively effective performance improvement preventing other providers from resolving stuff of fields that are not shown later.

Especially effective for fal related tables.

Table of Contents

Interfaces

FormDataProviderInterface
Interface must be implemented by form data provider classes.

Methods

addData()  : array<string|int, mixed>
Remove unused column fields to speed up further processing.

Methods

addData()

Remove unused column fields to speed up further processing.

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