Свойство | Тип | Описание | |
---|---|---|---|
$cache | TYPO3\CMS\Core\Cache\Frontend\VariableFrontend | ||
$configurationService | |||
$objectManager | TYPO3\CMS\Extbase\Object\ObjectManagerInterface | ||
$recordService | FluidTYPO3\Flux\Service\WorkspacesAwareRecordService |
Метод | Описание | |
---|---|---|
__construct ( ) | CONSTRUCTOR | |
getFlexFormDS_postProcessDS ( array &$dataStructArray, array $conf, array &$row, string $table, string $fieldName ) : void | Hook for generating dynamic FlexForm source code. | |
injectConfigurationService ( |
||
injectObjectManager ( TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager ) : void | ||
injectRecordService ( FluidTYPO3\Flux\Service\WorkspacesAwareRecordService $recordService ) : void |
Метод | Описание | |
---|---|---|
patchTceformsWrapper ( array $dataStructure, $parentIndex = NULL ) : array | Temporary method during FormEngine transition! | |
recursivelyEvaluateClosures ( array $dataStructureArray, array $parameters ) : array | Method used to ensure that all Closures in the data structure are evaluated. The returned array is then serialisation-safe. Closures can occur whenever Flux fields of certain types are used, for example the "custom" field type (which generates a Closure that evaluates the tag content in a deferred manner). |
public injectConfigurationService ( |
||
$service | ||
Результат | void |
public injectObjectManager ( TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager ) : void | ||
$objectManager | TYPO3\CMS\Extbase\Object\ObjectManagerInterface | |
Результат | void |
public injectRecordService ( FluidTYPO3\Flux\Service\WorkspacesAwareRecordService $recordService ) : void | ||
$recordService | FluidTYPO3\Flux\Service\WorkspacesAwareRecordService | |
Результат | void |
protected patchTceformsWrapper ( array $dataStructure, $parentIndex = NULL ) : array | ||
$dataStructure | array | |
Результат | array |
protected VariableFrontend,TYPO3\CMS\Core\Cache\Frontend $cache | ||
Результат | TYPO3\CMS\Core\Cache\Frontend\VariableFrontend |
protected FluxService,FluidTYPO3\Flux\Service $configurationService | ||
Результат |
protected ObjectManagerInterface,TYPO3\CMS\Extbase\Object $objectManager | ||
Результат | TYPO3\CMS\Extbase\Object\ObjectManagerInterface |