‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\FormDataGroup\OnTheFly Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FormDataGroup\OnTheFly:
TYPO3\CMS\Backend\Form\FormDataGroupInterface

Public Member Functions

array compile (array $result)
 
 setProviderList (array $list)
 

Protected Attributes

string[] $providerList = array( )
 

Detailed Description

Calls provider given by setter. This group is used to call a hard coded list of providers in some situations where extendability is not wanted. Use with care if at all ...

Definition at line 26 of file OnTheFly.php.

Member Function Documentation

◆ compile()

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

Compile form data

Parameters
array$result‪Initialized result array
Returns
‪array Result filled with data
Exceptions

Implements TYPO3\CMS\Backend\Form\FormDataGroupInterface.

Definition at line 39 of file OnTheFly.php.

◆ setProviderList()

TYPO3\CMS\Backend\Form\FormDataGroup\OnTheFly::setProviderList ( array  $list)

Set list of providers to be called

Parameters
array$list‪Given list of Provider class names

Definition at line 70 of file OnTheFly.php.

Member Data Documentation

◆ $providerList

string [] TYPO3\CMS\Backend\Form\FormDataGroup\OnTheFly::$providerList = array( )
protected

Definition at line 30 of file OnTheFly.php.