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

Public Member Functions

array getDataStructureIdentifierPreProcess (array $fieldTca, string $tableName, string $fieldName, array $row)
 

Detailed Description

Fixture to test hooks from FlexFormTools

Definition at line 23 of file DataStructureIdentifierPreProcessHookReturnEmptyArray.php.

Member Function Documentation

◆ getDataStructureIdentifierPreProcess()

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

Returns an empty array (no match for this hook)

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

Definition at line 34 of file DataStructureIdentifierPreProcessHookReturnEmptyArray.php.