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

Public Member Functions

array addData (array $result)
 

Detailed Description

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.

Definition at line 26 of file TcaColumnsRemoveUnused.php.

Member Function Documentation

◆ addData()

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

Remove unused column fields to speed up further processing.

Parameters
array$result
Returns
‪array

Implements TYPO3\CMS\Backend\Form\FormDataProviderInterface.

Definition at line 34 of file TcaColumnsRemoveUnused.php.