TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\FormDataGroupInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FormDataGroupInterface:
TYPO3\CMS\Backend\Form\FormDataGroup\FlexFormSegment TYPO3\CMS\Backend\Form\FormDataGroup\InlineParentRecord TYPO3\CMS\Backend\Form\FormDataGroup\OnTheFly TYPO3\CMS\Backend\Form\FormDataGroup\TcaDatabaseRecord TYPO3\CMS\Backend\Form\FormDataGroup\TcaInputPlaceholderRecord

Public Member Functions

 compile (array $result)
 

Detailed Description

Interface must be implemented by form data group classes. This interface is type hinted in FormDataCompiler and is a wrapper to group single data provider.

Definition at line 21 of file FormDataGroupInterface.php.

Member Function Documentation

◆ compile()

TYPO3\CMS\Backend\Form\FormDataGroupInterface::compile ( array  $result)

Compile form data

Parameters
array$resultInitialized result array
Returns
array Result filled with data