Home
last modified time | relevance | path

Searched refs:getMovePlaceholder (Results 1 – 15 of 15) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst12 The methods :php:`PageRepository::getMovePlaceholder()` and :php:`PageRepository::movePlhOL()`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst12 The methods :php:`PageRepository::getMovePlaceholder()` and :php:`PageRepository::movePlhOL()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst12 The methods :php:`PageRepository::getMovePlaceholder()` and :php:`PageRepository::movePlhOL()`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Hook/
H A DDataHandlerHook.php230 …$movePlaceholder = BackendUtility::getMovePlaceholder($table, $liveRec['uid'], 'uid', $record['t3v…
330 $movePlaceHolder = BackendUtility::getMovePlaceholder($table, abs($destPid), 'uid,pid');
903 …if ($plhRec = BackendUtility::getMovePlaceholder($table, $id, 't3ver_state,pid,uid' . ($GLOBALS['T…
1255 if ($plhRec = BackendUtility::getMovePlaceholder($table, $liveRec['uid'], 'uid')) {
1585 $movePlaceHolder = BackendUtility::getMovePlaceholder($table, abs($destPid), 'uid');
1590 if ($plh = BackendUtility::getMovePlaceholder($table, $uid, 'uid')) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Hook/
H A DDataHandlerHook.php260 …$movePlaceholder = BackendUtility::getMovePlaceholder($table, $liveRec['uid'], 'uid', $record['t3v…
366 $movePlaceHolder = BackendUtility::getMovePlaceholder($table, abs($destPid), 'uid,pid');
685 …if ($plhRec = BackendUtility::getMovePlaceholder($table, $id, 't3ver_state,pid,uid' . ($GLOBALS['T…
1371 $movePlaceHolder = BackendUtility::getMovePlaceholder($table, abs($destPid), 'uid');
1375 if ($plh = BackendUtility::getMovePlaceholder($table, $uid, 'uid')) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Preview/
H A DPreviewUriBuilder.php156 … $movePlaceholder = BackendUtility::getMovePlaceholder($table, $liveRecord['uid'], 'pid');
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Preview/
H A DPreviewUriBuilder.php154 … $movePlaceholder = BackendUtility::getMovePlaceholder($table, $liveRecord['uid'], 'pid');
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.4/
H A DImportant-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst198 * :php:`BackendUtility::getMovePlaceholder()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.4/
H A DImportant-91095-VariousMethodsAndPropertiesOfBackend-relatedCoreAPIsNowInternal.rst198 * :php:`BackendUtility::getMovePlaceholder()`
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Tree/Repository/
H A DPageTreeRepository.php546 …$movePlaceholder = BackendUtility::getMovePlaceholder('pages', $pageRecord['t3ver_oid'], '*', $thi…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Page/
H A DPageRepository.php1824 if ($movePlhRec = $this->getMovePlaceholder($table, $rr['uid'], 'pid')) {
1987 protected function getMovePlaceholder($table, $uid, $fields = '*') function in TYPO3\\CMS\\Frontend\\Page\\PageRepository
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php510 $newLocation = self::getMovePlaceholder('pages', $row['uid'], 'pid');
4023 $movePlaceholder = self::getMovePlaceholder($table, $oid, 'pid');
4312 public static function getMovePlaceholder($table, $uid, $fields = '*', $workspace = null) function in TYPO3\\CMS\\Backend\\Utility\\BackendUtility
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php481 $newLocation = self::getMovePlaceholder('pages', $row['uid'], 'pid');
3853 public static function getMovePlaceholder($table, $uid, $fields = '*', $workspace = null) function in TYPO3\\CMS\\Backend\\Utility\\BackendUtility
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/DataHandling/
H A DDataHandler.php1349 …$placeholderRecord = BackendUtility::getMovePlaceholder($table, $liveRecord['uid'], '*', $versionR…
4864 …$versionMovePlaceholder = BackendUtility::getMovePlaceholder($table, $uid, 'uid', $verRec['t3ver_w…
5173 $movePlaceholder = BackendUtility::getMovePlaceholder($table, $uid);
5507 $placeholderRecord = BackendUtility::getMovePlaceholder($table, $liveRecord['uid']);
7570 …$movePlaceholder = BackendUtility::getMovePlaceholder($table, $row['uid'], 'uid,pid,' . $sortColum…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/DataHandling/
H A DDataHandler.php1437 …$placeholderRecord = BackendUtility::getMovePlaceholder($table, $liveRecord['uid'], '*', $versionR…
5314 …$versionMovePlaceholder = BackendUtility::getMovePlaceholder($table, $uid, 'uid', $verRec['t3ver_w…
5694 $movePlaceholder = BackendUtility::getMovePlaceholder($table, $uid);
7716 …if ($movePlaceholder = BackendUtility::getMovePlaceholder($table, $row['uid'], 'uid,pid,' . $sortC…