TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Version\Hook\DataHandlerHook Class Reference

Public Member Functions

 processCmdmap_beforeStart (DataHandler $tcemainObj)
 
 processCmdmap ($command, $table, $id, $value, &$commandIsProcessed, DataHandler $tcemainObj)
 
 processCmdmap_afterFinish (DataHandler $tcemainObj)
 
 processCmdmap_deleteAction ($table, $id, array $record, &$recordWasDeleted, DataHandler $tcemainObj)
 
 moveRecord ($table, $uid, $destPid, array $propArr, array $moveRec, $resolvedPid, &$recordWasMoved, DataHandler $tcemainObj)
 
 writeRemappedForeignField (\TYPO3\CMS\Core\Database\RelationHandler $dbAnalysis, array $configuration, $parentId)
 
 updateInlineForeignFieldSorting ($parentTableName, $parentId, $foreignTableName, $foreignIds, array $configuration, $targetWorkspaceId)
 
 findPageElementsForVersionSwap ($table, $id, $offlineId)
 
 findPageElementsForVersionStageChange (array $pageIdList, $workspaceId, array &$elementList)
 
 findPageIdsForVersionStateChange ($table, array $idList, $workspaceId, array &$pageIdList, array &$elementList)
 
 findRealPageIds (array &$idList)
 
 getCommandMap (DataHandler $tceMain)
 

Protected Member Functions

 moveRecord_processFields (DataHandler $dataHandler, $resolvedPageId, $table, $uid)
 
 moveRecord_processFieldValue (DataHandler $dataHandler, $resolvedPageId, $table, $uid, $field, $value, array $configuration)
 
 getEmailsForStageChangeNotification ($listOfUsers, $noTablePrefix=false)
 
 version_setStage ($table, $id, $stageId, $comment='', $notificationEmailInfo=false, DataHandler $tcemainObj, array $notificationAlternativeRecipients=[])
 
 versionizePages ($uid, $label, $versionizeTree, DataHandler $tcemainObj)
 
 version_swap_processFields ($tableName, $fieldName, array $configuration, array $liveData, array $versionData, DataHandler $dataHandler)
 
 version_clearWSID ($table, $id, $flush=false, DataHandler $tcemainObj)
 
 rawCopyPageContent ($oldPageId, $newPageId, array $copyTablesArray, DataHandler $tcemainObj)
 
 moveRecord_wsPlaceholders ($table, $uid, $destPid, $wsUid, DataHandler $tcemainObj)
 
 getPossibleInlineChildTablesOfParentTable ($parentTable, array $possibleInlineChildren=[])
 
 getUniqueFields ($table)
 
 createRelationHandlerInstance ()
 

Protected Attributes

 $notificationEmailInfo = []
 
 $remappedIds = []
 

Detailed Description

Contains some parts for staging, versioning and workspaces to interact with the TYPO3 Core Engine

Definition at line 29 of file DataHandlerHook.php.

Member Function Documentation

◆ createRelationHandlerInstance()

◆ findPageElementsForVersionStageChange()

TYPO3\CMS\Version\Hook\DataHandlerHook::findPageElementsForVersionStageChange ( array  $pageIdList,
  $workspaceId,
array &  $elementList 
)

Searches for all elements from all tables on the given pages in the same workspace.

Parameters
array$pageIdListList of PIDs to search
int$workspaceIdWorkspace ID
array$elementListList of found elements. Key is table name, value is array of element UIDs
Returns
void

Definition at line 1271 of file DataHandlerHook.php.

References $GLOBALS, and TYPO3\CMS\Backend\Utility\BackendUtility\deleteClause().

◆ findPageElementsForVersionSwap()

TYPO3\CMS\Version\Hook\DataHandlerHook::findPageElementsForVersionSwap (   $table,
  $id,
  $offlineId 
)

Finds all elements for swapping versions in workspace

Parameters
string$tableTable name of the original element to swap
int$idUID of the original element to swap (online)
int$offlineIdAs above but offline
Returns
array Element data. Key is table name, values are array with first element as online UID, second - offline UID

Definition at line 1228 of file DataHandlerHook.php.

References $GLOBALS, TYPO3\CMS\Backend\Utility\BackendUtility\deleteClause(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecord(), and TYPO3\CMS\Backend\Utility\BackendUtility\workspaceOL().

◆ findPageIdsForVersionStateChange()

TYPO3\CMS\Version\Hook\DataHandlerHook::findPageIdsForVersionStateChange (   $table,
array  $idList,
  $workspaceId,
array &  $pageIdList,
array &  $elementList 
)

Finds page UIDs for the element from table $table with UIDs from $idList

Parameters
string$tableTable to search
array$idListList of records' UIDs
int$workspaceIdWorkspace ID. We need this parameter because user can be in LIVE but he still can publisg DRAFT from ws module!
array$pageIdListList of found page UIDs
array$elementListList of found element UIDs. Key is table name, value is list of UIDs
Returns
void

Definition at line 1303 of file DataHandlerHook.php.

References $GLOBALS, TYPO3\CMS\Backend\Utility\BackendUtility\deleteClause(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecord(), and TYPO3\CMS\Backend\Utility\BackendUtility\workspaceOL().

◆ findRealPageIds()

TYPO3\CMS\Version\Hook\DataHandlerHook::findRealPageIds ( array &  $idList)

Finds real page IDs for state change.

Parameters
array$idListList of page UIDs, possibly versioned
Returns
void

Definition at line 1332 of file DataHandlerHook.php.

References TYPO3\CMS\Backend\Utility\BackendUtility\getRecord().

◆ getCommandMap()

TYPO3\CMS\Version\Hook\DataHandlerHook::getCommandMap ( DataHandler  $tceMain)

Gets an instance of the command map helper.

Parameters
DataHandler$tceMainTCEmain object
Returns

Definition at line 1476 of file DataHandlerHook.php.

References TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\processCmdmap_beforeStart().

◆ getEmailsForStageChangeNotification()

TYPO3\CMS\Version\Hook\DataHandlerHook::getEmailsForStageChangeNotification (   $listOfUsers,
  $noTablePrefix = false 
)
protected

Return be_users that should be notified on stage change from input list. previously called notifyStageChange_getEmails() in tcemain

Parameters
string$listOfUsersList of backend users, on the form "be_users_10,be_users_2" or "10,2" in case noTablePrefix is set.
bool$noTablePrefixIf set, the input list are integers and not strings.
Returns
array Array of emails

Definition at line 639 of file DataHandlerHook.php.

References TYPO3\CMS\Backend\Utility\BackendUtility\BEenableFields(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecord(), TYPO3\CMS\Core\Utility\GeneralUtility\revExplode(), and TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\moveRecord_processFieldValue().

◆ getPossibleInlineChildTablesOfParentTable()

TYPO3\CMS\Version\Hook\DataHandlerHook::getPossibleInlineChildTablesOfParentTable (   $parentTable,
array  $possibleInlineChildren = [] 
)
protected

Gets all possible child tables that are used on each parent table as field.

Parameters
string$parentTableName of the parent table
array$possibleInlineChildrenCollected possible inline children
Returns
array

Definition at line 1455 of file DataHandlerHook.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\versionizePages().

◆ getUniqueFields()

TYPO3\CMS\Version\Hook\DataHandlerHook::getUniqueFields (   $table)
protected

Returns all fieldnames from a table which have the unique evaluation type set.

Parameters
string$tableTable name
Returns
array Array of fieldnames

Definition at line 1493 of file DataHandlerHook.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\versionizePages().

◆ moveRecord()

TYPO3\CMS\Version\Hook\DataHandlerHook::moveRecord (   $table,
  $uid,
  $destPid,
array  $propArr,
array  $moveRec,
  $resolvedPid,
$recordWasMoved,
DataHandler  $tcemainObj 
)

Hook for ::moveRecord that cares about moving records that are not in the live workspace

Parameters
string$tablethe table of the record
int$uidthe ID of the record
int$destPidPosition to move to: $destPid: >=0 then it points to
array$propArrRecord properties, like header and pid (includes workspace overlay)
array$moveRecRecord properties, like header and pid (without workspace overlay)
int$resolvedPidThe final page ID of the record
bool$recordWasMovedcan be set so that other hooks or
DataHandler$tcemainObj
Returns
void

Definition at line 272 of file DataHandlerHook.php.

References $uid, TYPO3\CMS\Core\Type\Enumeration\cast(), TYPO3\CMS\Backend\Utility\BackendUtility\getMovePlaceholder(), TYPO3\CMS\Backend\Utility\BackendUtility\getWorkspaceVersionOfRecord(), TYPO3\CMS\Core\DataHandling\DataHandler\isRecordCopied(), TYPO3\CMS\Backend\Utility\BackendUtility\isTableWorkspaceEnabled(), TYPO3\CMS\Core\Versioning\VersionState\MOVE_PLACEHOLDER, TYPO3\CMS\Version\Hook\DataHandlerHook\moveRecord_processFields(), TYPO3\CMS\Version\Hook\DataHandlerHook\moveRecord_wsPlaceholders(), TYPO3\CMS\Core\DataHandling\DataHandler\newlog(), and TYPO3\CMS\Core\DataHandling\DataHandler\versionizeRecord().

◆ moveRecord_processFields()

TYPO3\CMS\Version\Hook\DataHandlerHook::moveRecord_processFields ( DataHandler  $dataHandler,
  $resolvedPageId,
  $table,
  $uid 
)
protected

Processes fields of a moved record and follows references.

Parameters
DataHandler$dataHandlerCalling DataHandler instance
int$resolvedPageIdResolved real destination page id
string$tableName of parent table
int$uidUID of the parent record
Returns
void

Definition at line 354 of file DataHandlerHook.php.

References $GLOBALS, $uid, TYPO3\CMS\Backend\Utility\BackendUtility\getWorkspaceVersionOfRecord(), and TYPO3\CMS\Version\Hook\DataHandlerHook\moveRecord_processFieldValue().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\moveRecord().

◆ moveRecord_processFieldValue()

TYPO3\CMS\Version\Hook\DataHandlerHook::moveRecord_processFieldValue ( DataHandler  $dataHandler,
  $resolvedPageId,
  $table,
  $uid,
  $field,
  $value,
array  $configuration 
)
protected

Processes a single field of a moved record and follows references.

Parameters
DataHandler$dataHandlerCalling DataHandler instance
int$resolvedPageIdResolved real destination page id
string$tableName of parent table
int$uidUID of the parent record
string$fieldName of the field of the parent record
string$valueValue of the field of the parent record
array$configurationTCA field configuration of the parent record
Returns
void

Definition at line 384 of file DataHandlerHook.php.

References $GLOBALS, $uid, TYPO3\CMS\Core\Type\Enumeration\cast(), TYPO3\CMS\Version\Hook\DataHandlerHook\createRelationHandlerInstance(), TYPO3\CMS\Backend\Utility\BackendUtility\fixVersioningPid(), TYPO3\CMS\Version\Hook\DataHandlerHook\getEmailsForStageChangeNotification(), TYPO3\CMS\Core\Utility\GeneralUtility\getIndpEnv(), TYPO3\CMS\Core\DataHandling\DataHandler\getInlineFieldType(), TYPO3\CMS\Backend\Utility\BackendUtility\getPagesTSconfig(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecord(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecordPath(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecordTitle(), TYPO3\CMS\Core\DataHandling\DataHandler\getTCEMAIN_TSconfig(), TYPO3\CMS\Core\Utility\GeneralUtility\getUserObj(), TYPO3\CMS\Backend\Utility\BackendUtility\getWorkspaceVersionOfRecord(), TYPO3\CMS\Core\Utility\GeneralUtility\isFirstPartOfStr(), TYPO3\CMS\Core\Utility\ExtensionManagementUtility\isLoaded(), TYPO3\CMS\Backend\Utility\BackendUtility\isTableWorkspaceEnabled(), TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance(), TYPO3\CMS\Core\DataHandling\DataHandler\moveRecord(), and TYPO3\CMS\Core\DataHandling\DataHandler\newlog2().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\moveRecord_processFields().

◆ moveRecord_wsPlaceholders()

TYPO3\CMS\Version\Hook\DataHandlerHook::moveRecord_wsPlaceholders (   $table,
  $uid,
  $destPid,
  $wsUid,
DataHandler  $tcemainObj 
)
protected

Creates a move placeholder for workspaces. USE ONLY INTERNALLY Moving placeholder: Can be done because the system sees it as a placeholder for NEW elements like t3ver_state=VersionState::NEW_PLACEHOLDER Moving original: Will either create the placeholder if it doesn't exist or move existing placeholder in workspace.

Parameters
string$tableTable name to move
int$uidRecord uid to move (online record)
int$destPidPosition to move to: $destPid: >=0 then it points to a page-id on which to insert the record (as the first element). <0 then it points to a uid from its own table after which to insert it (works if
int$wsUidUID of offline version of online record
DataHandler$tcemainObjTCEmain object
Returns
void
See also
moveRecord()

Definition at line 1356 of file DataHandlerHook.php.

References $GLOBALS, $uid, TYPO3\CMS\Backend\Utility\BackendUtility\getMovePlaceholder(), TYPO3\CMS\Core\DataHandling\DataHandler\getPlaceholderTitleForTableLabel(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecord(), TYPO3\CMS\Core\DataHandling\DataHandler\insertDB(), TYPO3\CMS\Core\Versioning\VersionState\MOVE_PLACEHOLDER, TYPO3\CMS\Core\Versioning\VersionState\MOVE_POINTER, TYPO3\CMS\Core\DataHandling\DataHandler\moveL10nOverlayRecords(), TYPO3\CMS\Core\DataHandling\DataHandler\moveRecord_raw(), TYPO3\CMS\Backend\Utility\BackendUtility\readPageAccess(), and TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\moveRecord().

◆ processCmdmap()

TYPO3\CMS\Version\Hook\DataHandlerHook::processCmdmap (   $command,
  $table,
  $id,
  $value,
$commandIsProcessed,
DataHandler  $tcemainObj 
)

hook that is called when no prepared command was found

Parameters
string$commandthe command to be executed
string$tablethe table of the record
int$idthe ID of the record
mixed$valuethe value containing the data
bool$commandIsProcessedcan be set so that other hooks or
DataHandler$tcemainObjreference to the main tcemain object
Returns
void

Definition at line 75 of file DataHandlerHook.php.

References TYPO3\CMS\Core\Utility\MathUtility\forceIntegerInRange(), TYPO3\CMS\Core\Utility\GeneralUtility\trimExplode(), TYPO3\CMS\Version\Hook\DataHandlerHook\version_clearWSID(), TYPO3\CMS\Version\Hook\DataHandlerHook\version_setStage(), TYPO3\CMS\Version\Hook\DataHandlerHook\versionizePages(), and TYPO3\CMS\Core\DataHandling\DataHandler\versionizeRecord().

◆ processCmdmap_afterFinish()

TYPO3\CMS\Version\Hook\DataHandlerHook::processCmdmap_afterFinish ( DataHandler  $tcemainObj)

hook that is called AFTER all commands of the commandmap was executed

Parameters
DataHandler$tcemainObjreference to the main tcemain object
Returns
void

Definition at line 135 of file DataHandlerHook.php.

◆ processCmdmap_beforeStart()

TYPO3\CMS\Version\Hook\DataHandlerHook::processCmdmap_beforeStart ( DataHandler  $tcemainObj)

hook that is called before any cmd of the commandmap is executed

Parameters
DataHandler$tcemainObjreference to the main tcemain object
Returns
void

Definition at line 56 of file DataHandlerHook.php.

References TYPO3\CMS\Version\Hook\DataHandlerHook\getCommandMap().

◆ processCmdmap_deleteAction()

◆ rawCopyPageContent()

TYPO3\CMS\Version\Hook\DataHandlerHook::rawCopyPageContent (   $oldPageId,
  $newPageId,
array  $copyTablesArray,
DataHandler  $tcemainObj 
)
protected

Copies all records from tables in $copyTablesArray from page with $old_pid to page with $new_pid Uses raw-copy for the operation (meant for versioning!)

Parameters
int$oldPageIdCurrent page id.
int$newPageIdNew page id
array$copyTablesArrayArray of tables from which to copy
DataHandler$tcemainObjTCEmain object
Returns
void
See also
versionizePages()

Definition at line 1199 of file DataHandlerHook.php.

References $GLOBALS, TYPO3\CMS\Core\DataHandling\DataHandler\copyRecord_raw(), and TYPO3\CMS\Core\DataHandling\DataHandler\deleteClause().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\versionizePages().

◆ updateInlineForeignFieldSorting()

TYPO3\CMS\Version\Hook\DataHandlerHook::updateInlineForeignFieldSorting (   $parentTableName,
  $parentId,
  $foreignTableName,
  $foreignIds,
array  $configuration,
  $targetWorkspaceId 
)

Updates foreign field sorting values of versioned and live parents after(!) the whole structure has been published.

This method is used as callback function in DataHandlerHook::version_swap_procBasedOnFieldType(). Sorting fields ("sortby") are not modified during the workspace publishing/swapping process directly.

Parameters
string$parentTableName
string$parentId
string$foreignTableName
int[]$foreignIds
array$configuration
int$targetWorkspaceId
Returns
void

Definition at line 1107 of file DataHandlerHook.php.

References TYPO3\CMS\Version\Hook\DataHandlerHook\$remappedIds, and TYPO3\CMS\Version\Hook\DataHandlerHook\createRelationHandlerInstance().

◆ version_clearWSID()

◆ version_setStage()

TYPO3\CMS\Version\Hook\DataHandlerHook::version_setStage (   $table,
  $id,
  $stageId,
  $comment = '',
  $notificationEmailInfo = false,
DataHandler  $tcemainObj,
array  $notificationAlternativeRecipients = [] 
)
protected

Setting stage of record

Parameters
string$tableTable name
int$integerRecord UID
int$stageIdStage ID to set
string$commentComment that goes into log
bool$notificationEmailInfoAccumulate state changes in memory for compiled notification email?
DataHandler$tcemainObjTCEmain object
array$notificationAlternativeRecipientscomma separated list of recipients to notify instead of normal be_users
Returns
void

Definition at line 675 of file DataHandlerHook.php.

References $GLOBALS, TYPO3\CMS\Version\Hook\DataHandlerHook\$notificationEmailInfo, TYPO3\CMS\Core\DataHandling\DataHandler\checkRecordUpdateAccess(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecord(), TYPO3\CMS\Core\DataHandling\DataHandler\log(), TYPO3\CMS\Core\DataHandling\DataHandler\newlog(), and TYPO3\CMS\Core\DataHandling\DataHandler\newlog2().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\processCmdmap().

◆ version_swap_processFields()

TYPO3\CMS\Version\Hook\DataHandlerHook::version_swap_processFields (   $tableName,
  $fieldName,
array  $configuration,
array  $liveData,
array  $versionData,
DataHandler  $dataHandler 
)
protected

Processes fields of a record for the publishing/swapping process. Basically this takes care of IRRE (type "inline") child references.

Parameters
string$tableNameTable name
string$fieldName,Field name
array$configurationTCA field configuration
array$liveData,Live record data
array$versionData,Version record data
DataHandler$dataHandlerCalling data-handler object
Returns
void

Definition at line 1057 of file DataHandlerHook.php.

References TYPO3\CMS\Core\DataHandling\DataHandler\addRemapAction(), TYPO3\CMS\Version\Hook\DataHandlerHook\createRelationHandlerInstance(), and TYPO3\CMS\Core\DataHandling\DataHandler\getInlineFieldType().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\versionizePages().

◆ versionizePages()

TYPO3\CMS\Version\Hook\DataHandlerHook::versionizePages (   $uid,
  $label,
  $versionizeTree,
DataHandler  $tcemainObj 
)
protected

Creates a new version of a page including content and possible subpages.

Parameters
int$uidPage uid to create new version of.
string$labelVersion label
int$versionizeTreeIndicating "treeLevel" - "page" (0) or "branch" (>=1) ["element" type must call versionizeRecord() directly]
DataHandler$tcemainObjTCEmain object
Returns
void
See also
copyPages()

Definition at line 722 of file DataHandlerHook.php.

References $GLOBALS, TYPO3\CMS\Version\Hook\DataHandlerHook\$notificationEmailInfo, $uid, TYPO3\CMS\Core\DataHandling\DataHandler\addRemapStackRefIndex(), TYPO3\CMS\Core\DataHandling\DataHandler\checkRecordUpdateAccess(), TYPO3\CMS\Core\DataHandling\DataHandler\compareFieldArrayWithCurrentAndUnset(), TYPO3\CMS\Core\DataHandling\DataHandler\copyRecord_raw(), TYPO3\CMS\Core\Versioning\VersionState\DEFAULT_STATE, TYPO3\CMS\Core\DataHandling\DataHandler\deleteEl(), TYPO3\CMS\Core\DataHandling\DataHandler\doesBranchExist(), TYPO3\CMS\Core\DataHandling\DataHandler\doesRecordExist(), TYPO3\CMS\Backend\Utility\BackendUtility\getMovePlaceholder(), TYPO3\CMS\Version\Hook\DataHandlerHook\getPossibleInlineChildTablesOfParentTable(), TYPO3\CMS\Backend\Utility\BackendUtility\getRecord(), TYPO3\CMS\Core\DataHandling\DataHandler\getRecordPropertiesFromRow(), TYPO3\CMS\Version\Hook\DataHandlerHook\getUniqueFields(), TYPO3\CMS\Core\DataHandling\DataHandler\hasDeletedRecord(), TYPO3\CMS\Core\DataHandling\DataHandler\int_pageTreeInfo(), TYPO3\CMS\Backend\Utility\BackendUtility\isTableWorkspaceEnabled(), TYPO3\CMS\Core\DataHandling\DataHandler\log(), TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance(), TYPO3\CMS\Core\DataHandling\DataHandler\newlog(), TYPO3\CMS\Core\DataHandling\DataHandler\newlog2(), TYPO3\CMS\Version\Hook\DataHandlerHook\rawCopyPageContent(), TYPO3\CMS\Core\DataHandling\DataHandler\registerRecordIdForPageCacheClearing(), TYPO3\CMS\Core\DataHandling\DataHandler\setHistory(), TYPO3\CMS\Version\Hook\DataHandlerHook\version_swap_processFields(), TYPO3\CMS\Core\DataHandling\DataHandler\versionizeRecord(), and TYPO3\CMS\Core\Utility\GeneralUtility\writeFileToTypo3tempDir().

Referenced by TYPO3\CMS\Version\Hook\DataHandlerHook\processCmdmap().

◆ writeRemappedForeignField()

TYPO3\CMS\Version\Hook\DataHandlerHook::writeRemappedForeignField ( \TYPO3\CMS\Core\Database\RelationHandler  $dbAnalysis,
array  $configuration,
  $parentId 
)

Writes remapped foreign field (IRRE).

Parameters
\TYPO3\CMS\Core\Database\RelationHandler$dbAnalysisInstance that holds the sorting order of child records
array$configurationThe TCA field configuration
int$parentIdThe uid of the parent record
Returns
void

Definition at line 1035 of file DataHandlerHook.php.

Member Data Documentation

◆ $notificationEmailInfo

TYPO3\CMS\Version\Hook\DataHandlerHook::$notificationEmailInfo = []
protected

◆ $remappedIds

TYPO3\CMS\Version\Hook\DataHandlerHook::$remappedIds = []
protected