TYPO3 CMS  TYPO3_7-6
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

 addData (array $result)
 

Detailed Description

Determine the wether 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 26 of file TcaInlineIsOnSymmetricSide.php.

Member Function Documentation

◆ addData()

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

Enrich the processed record information with the resolved title

Parameters
array$resultIncoming result array
Returns
array Modified array

Implements TYPO3\CMS\Backend\Form\FormDataProviderInterface.

Definition at line 34 of file TcaInlineIsOnSymmetricSide.php.

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