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

Public Member Functions

array getDataStructureIdentifierPostProcess (array $fieldTca, string $tableName, string $fieldName, array $row, array $identifier)
 

Detailed Description

Fixture to test hooks from FlexFormTools

Definition at line 23 of file DataStructureIdentifierPostProcessHookThrowException.php.

Member Function Documentation

◆ getDataStructureIdentifierPostProcess()

array TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures\DataStructureIdentifierPostProcessHookThrowException::getDataStructureIdentifierPostProcess ( array  $fieldTca,
string  $tableName,
string  $fieldName,
array  $row,
array  $identifier 
)

Just throw an exception

Parameters
array$fieldTca
string$tableName
string$fieldName
array$row
array$identifier
Returns
‪array
Exceptions

Definition at line 36 of file DataStructureIdentifierPostProcessHookThrowException.php.