TYPO3 CMS  TYPO3_8-7
TYPO3\CMS\Core\Tests\Unit\Configuration\FlexForm\Fixtures\DataStructureIdentifierPostProcessHookReturnEmptyArray Class Reference

Public Member Functions

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

Detailed Description

Fixture to test hooks from FlexFormTools

Definition at line 21 of file DataStructureIdentifierPostProcessHookReturnEmptyArray.php.

Member Function Documentation

◆ getDataStructureIdentifierPostProcess()

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

Returns an empty array (no match for this hook)

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

Definition at line 33 of file DataStructureIdentifierPostProcessHookReturnEmptyArray.php.