TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEffectivePid Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEffectivePid:
TYPO3\CMS\Backend\Form\FormDataProviderInterface

Public Member Functions

 addData (array $result)
 

Detailed Description

Set effective pid we're working on

Definition at line 22 of file DatabaseEffectivePid.php.

Member Function Documentation

◆ addData()

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

Effective pid is used to determine entry point for page ts and is also the pid where new records are stored later.

Parameters
array$result
Returns
array

Implements TYPO3\CMS\Backend\Form\FormDataProviderInterface.

Definition at line 31 of file DatabaseEffectivePid.php.