‪TYPO3CMS  10.4
TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures\DataStructureIdentifierPostProcessHookReturnArray 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 DataStructureIdentifierPostProcessHookReturnArray.php.

Member Function Documentation

◆ getDataStructureIdentifierPostProcess()

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

Returns an array

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

Definition at line 35 of file DataStructureIdentifierPostProcessHookReturnArray.php.