Home
last modified time | relevance | path

Searched refs:swapIntoWS (Results 1 – 2 of 2) sorted by relevance

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Hook/
H A DDataHandlerHook.php571 …* @param bool $swapIntoWS If set, swaps online into workspace instead of publishing out of workspa…
576 …protected function version_swap($table, $id, $swapWith, bool $swapIntoWS, DataHandler $dataHandler… argument
628 if ($swapIntoWS && !$dataHandler->BE_USER->workspaceSwapAccess()) {
670 if ($swapIntoWS) {
679 if (!$swapIntoWS) {
711 $curVersion['t3ver_wsid'] = $swapIntoWS ? (int)$tmp_wsid : 0;
716 if (!$swapIntoWS) {
786 if (!$swapIntoWS) {
802 … if (!$swapIntoWS && ((int)$t3ver_state['swapVersion'] === VersionState::NEW_PLACEHOLDER)) {
807 … if (!$swapIntoWS && ((int)$t3ver_state['swapVersion'] === VersionState::DELETE_PLACEHOLDER)) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Hook/
H A DDataHandlerHook.php787 …* @param bool $swapIntoWS If set, swaps online into workspace instead of publishing out of workspa…
793 …protected function version_swap($table, $id, $swapWith, $swapIntoWS = false, DataHandler $dataHand… argument
830 if ($swapIntoWS && !$dataHandler->BE_USER->workspaceSwapAccess()) {
888 if ($swapIntoWS) {
897 if (!$swapIntoWS) {
930 $curVersion['t3ver_wsid'] = $swapIntoWS ? (int)$tmp_wsid : 0;
935 if (!$swapIntoWS) {
1004 if (!$swapIntoWS) {
1021 …if (!$swapIntoWS && ((int)$t3ver_state['swapVersion'] === 1 || (int)$t3ver_state['swapVersion'] ==…
1026 …$dataHandler->log($table, $id, 0, 0, 0, ($swapIntoWS ? 'Swapping' : 'Publishing') . ' successful f…
[all …]