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

 setProviderList (array $list)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Form\FormDataGroupInterface
 compile (array $result)
 

Protected Attributes

 $providerList = []
 

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

Member Function Documentation

◆ setProviderList()

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

Set list of providers to be called

Parameters
array$listGiven list of Provider class names

Definition at line 70 of file OnTheFly.php.

Member Data Documentation

◆ $providerList

TYPO3\CMS\Backend\Form\FormDataGroup\OnTheFly::$providerList = []
protected

Definition at line 30 of file OnTheFly.php.