‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineIsOnSymmetricSide Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineIsOnSymmetricSide:
TYPO3\CMS\Backend\Form\FormDataProviderInterface

Public Member Functions

array addData (array $result)
 

Detailed Description

Determine whether the child is on symmetric side or not.

TCA ctrl fields like label and label_alt are evaluated and their current values from databaseRow used to create the title.

Definition at line 27 of file TcaInlineIsOnSymmetricSide.php.

Member Function Documentation

◆ addData()

array TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineIsOnSymmetricSide::addData ( array  $result)

Enrich the processed record information with the resolved title

Parameters
array$result‪Incoming result array
Returns
‪array Modified array

Implements TYPO3\CMS\Backend\Form\FormDataProviderInterface.

Definition at line 35 of file TcaInlineIsOnSymmetricSide.php.

References TYPO3\CMS\Core\Utility\MathUtility\canBeInterpretedAsInteger().