‪TYPO3CMS  10.4
TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures\DataStructureParsePostProcessHookThrowException Class Reference

Public Member Functions

array parseDataStructureByIdentifierPostProcess (array $dataStructure, array $identifier)
 

Detailed Description

Fixture to test hooks from FlexFormTools

Definition at line 23 of file DataStructureParsePostProcessHookThrowException.php.

Member Function Documentation

◆ parseDataStructureByIdentifierPostProcess()

array TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures\DataStructureParsePostProcessHookThrowException::parseDataStructureByIdentifierPostProcess ( array  $dataStructure,
array  $identifier 
)

Just throw an exception

Parameters
array$dataStructure
array$identifier
Returns
‪array
Exceptions

Definition at line 33 of file DataStructureParsePostProcessHookThrowException.php.