TYPO3 CMS  TYPO3_7-6
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

 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 25 of file TcaColumnsRemoveUnused.php.

Member Function Documentation

◆ addData()

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 33 of file TcaColumnsRemoveUnused.php.