TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Extbase\Hook\DataHandler\CheckFlexFormValue Class Reference

Public Member Functions

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

Protected Member Functions

 removeSwitchableControllerActionsRecursive (array $a)
 

Detailed Description

http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later

Definition at line 30 of file CheckFlexFormValue.php.

Member Function Documentation

◆ checkFlexFormValue_beforeMerge()

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

Check flexform value before merge

Parameters
DataHandler$dataHander
array&$currentValue
array&$newValue
Returns
void

Definition at line 40 of file CheckFlexFormValue.php.

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

◆ removeSwitchableControllerActionsRecursive()

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

Remove switchable controller actions recursively

Parameters
array$a
Returns
array

Definition at line 51 of file CheckFlexFormValue.php.

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