‪TYPO3CMS  10.4
TYPO3\CMS\Extbase\Hook\DataHandler\CheckFlexFormValue Class Reference

Public Member Functions

 checkFlexFormValue_beforeMerge (DataHandler $dataHandler, array &$currentValue, array &$newValue)
 

Protected Member Functions

array removeSwitchableControllerActionsRecursive (array $a)
 

Detailed Description

this is not part of TYPO3 Core API as it is a concrete hook implementation.

Deprecated:
‪since TYPO3 v10, will be removed when support for switchable controller actions is removed

Definition at line 24 of file CheckFlexFormValue.php.

Member Function Documentation

◆ checkFlexFormValue_beforeMerge()

TYPO3\CMS\Extbase\Hook\DataHandler\CheckFlexFormValue::checkFlexFormValue_beforeMerge ( DataHandler  $dataHandler,
array &  $currentValue,
array &  $newValue 
)

Check flexform value before merge

Parameters
DataHandler$dataHandler
array$currentValue
array$newValue

Definition at line 33 of file CheckFlexFormValue.php.

References TYPO3\CMS\Extbase\Hook\DataHandler\CheckFlexFormValue\removeSwitchableControllerActionsRecursive().

◆ removeSwitchableControllerActionsRecursive()

array TYPO3\CMS\Extbase\Hook\DataHandler\CheckFlexFormValue::removeSwitchableControllerActionsRecursive ( array  $a)
protected

Remove switchable controller actions recursively

Parameters
array$a
Returns
‪array

Definition at line 44 of file CheckFlexFormValue.php.

Referenced by TYPO3\CMS\Extbase\Hook\DataHandler\CheckFlexFormValue\checkFlexFormValue_beforeMerge().