CheckFlexFormValue
since TYPO3 v10, will be removed when support for switchable controller actions is removed
this is not part of TYPO3 Core API as it is a concrete hook implementation.
Table of Contents
Methods
- checkFlexFormValue_beforeMerge() : mixed
- Check flexform value before merge
- removeSwitchableControllerActionsRecursive() : array<string|int, mixed>
- Remove switchable controller actions recursively
Methods
checkFlexFormValue_beforeMerge()
Check flexform value before merge
public
checkFlexFormValue_beforeMerge(DataHandler $dataHandler, array<string|int, mixed> &$currentValue, array<string|int, mixed> &$newValue) : mixed
Parameters
- $dataHandler : DataHandler
- $currentValue : array<string|int, mixed>
- $newValue : array<string|int, mixed>
removeSwitchableControllerActionsRecursive()
Remove switchable controller actions recursively
protected
removeSwitchableControllerActionsRecursive(array<string|int, mixed> $a) : array<string|int, mixed>
Parameters
- $a : array<string|int, mixed>