Home
last modified time | relevance | path

Searched refs:WorkspaceService (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Controller/
H A DReviewController.php31 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
173 } elseif ($switchWs == WorkspaceService::SELECT_ALL_WORKSPACES) {
189 'activeWorkspaceTitle' => WorkspaceService::getWorkspaceTitle($activeWorkspace),
212 $wsService = GeneralUtility::makeInstance(WorkspaceService::class);
228 'activeWorkspaceUid' => WorkspaceService::SELECT_ALL_WORKSPACES
241 $wsService = GeneralUtility::makeInstance(WorkspaceService::class);
267 if ($activeWorkspace !== WorkspaceService::SELECT_ALL_WORKSPACES) {
279 'itemId' => 'workspace-' . WorkspaceService::SELECT_ALL_WORKSPACES,
280 'workspaceId' => WorkspaceService::SELECT_ALL_WORKSPACES,
281 'triggerUrl' => $this->getModuleUri(WorkspaceService::SELECT_ALL_WORKSPACES),
[all …]
H A DPreviewController.php32 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
47 * @var WorkspaceService
74 $this->workspaceService = GeneralUtility::makeInstance(WorkspaceService::class);
154 if (!WorkspaceService::isNewPage($this->pageId)) {
169 if (!WorkspaceService::isNewPage($this->pageId)) {
H A DAjaxController.php23 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
71 'title' => WorkspaceService::getWorkspaceTitle($workspaceId),
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Controller/Remote/
H A DMassActionHandler.php22 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
40 * @var WorkspaceService
46 $this->workspaceService = GeneralUtility::makeInstance(WorkspaceService::class);
61 if ($currentWorkspace != WorkspaceService::SELECT_ALL_WORKSPACES && $massActionsEnabled) {
69 if ($currentWorkspace !== WorkspaceService::LIVE_WORKSPACE_ID) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/workspaces/Classes/Controller/
H A DReviewController.php36 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
58 protected WorkspaceService $workspaceService;
66 WorkspaceService $workspaceService,
142 $activeWorkspaceTitle = WorkspaceService::getWorkspaceTitle($activeWorkspace);
148 $activeWorkspaceTitle = WorkspaceService::getWorkspaceTitle($activeWorkspace);
152 $workspaceIsAccessible = $backendUser->workspace !== WorkspaceService::LIVE_WORKSPACE_ID;
404 if ($currentWorkspace !== WorkspaceService::LIVE_WORKSPACE_ID) {
H A DPreviewController.php37 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
64 protected WorkspaceService $workspaceService;
72 WorkspaceService $workspaceService,
170 if (!WorkspaceService::isNewPage($this->pageId)) {
H A DAjaxController.php24 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
73 'title' => WorkspaceService::getWorkspaceTitle($workspaceId),
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Controller/
H A DReviewController.php32 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
157 $wsList = GeneralUtility::makeInstance(WorkspaceService::class)->getAvailableWorkspaces();
173 $workspaceIsAccessible = $backendUser->workspace !== WorkspaceService::LIVE_WORKSPACE_ID;
183 'activeWorkspaceTitle' => WorkspaceService::getWorkspaceTitle($activeWorkspace),
210 if ($activeWorkspace !== WorkspaceService::LIVE_WORKSPACE_ID) {
221 || $workspaceId === WorkspaceService::LIVE_WORKSPACE_ID
H A DPreviewController.php35 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
50 * @var WorkspaceService
77 $this->workspaceService = GeneralUtility::makeInstance(WorkspaceService::class);
156 if (!WorkspaceService::isNewPage($this->pageId)) {
H A DAjaxController.php24 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
73 'title' => WorkspaceService::getWorkspaceTitle($workspaceId),
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/workspaces/Classes/Backend/ToolbarItems/
H A DWorkspaceSelectorToolbarItem.php22 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
41 $this->availableWorkspaces = GeneralUtility::makeInstance(WorkspaceService::class)
45 …$pageRenderer->addInlineLanguageLabel('Workspaces.workspaceTitle', WorkspaceService::getWorkspaceT…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Backend/ToolbarItems/
H A DWorkspaceSelectorToolbarItem.php23 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
42 $this->availableWorkspaces = GeneralUtility::makeInstance(WorkspaceService::class)
46 …$pageRenderer->addInlineLanguageLabel('Workspaces.workspaceTitle', WorkspaceService::getWorkspaceT…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/workspaces/Classes/Command/
H A DAutoPublishCommand.php29 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
37 * @var WorkspaceService
46 public function __construct(WorkspaceService $workspaceService, ConnectionPool $connectionPool)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/workspaces/Classes/Backend/ToolbarItems/
H A DWorkspaceSelectorToolbarItem.php23 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
43 $this->availableWorkspaces = GeneralUtility::makeInstance(WorkspaceService::class)
47 …guageLabel('Workspaces.workspaceTitle', $currentWorkspace !== -99 ? WorkspaceService::getWorkspace…
/dports/www/nextcloud/nextcloud/apps-pkg/text/lib/DAV/
H A DWorkspacePlugin.php33 use OCA\Text\Service\WorkspaceService; alias
48 /** @var WorkspaceService */
60 …public function __construct(WorkspaceService $workspaceService, IRootFolder $rootFolder, IConfig $…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/workspaces/Classes/Controller/Remote/
H A DMassActionHandler.php23 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
41 * @var WorkspaceService
47 $this->workspaceService = GeneralUtility::makeInstance(WorkspaceService::class);
69 if ($currentWorkspace !== WorkspaceService::LIVE_WORKSPACE_ID) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-77591-RemovedWorkspaceService-isOldStyleWorkspaceUsed.rst5 Breaking: #77591 - Removed WorkspaceService->isOldStyleWorkspaceUsed
13 The method `WorkspaceService->isOldStyleWorkspaceUsed()` was removed without substitution. It exist…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-77591-RemovedWorkspaceService-isOldStyleWorkspaceUsed.rst5 Breaking: #77591 - Removed WorkspaceService->isOldStyleWorkspaceUsed
13 The method `WorkspaceService->isOldStyleWorkspaceUsed()` was removed without substitution. It exist…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.3/
H A DBreaking-77591-RemovedWorkspaceService-isOldStyleWorkspaceUsed.rst5 Breaking: #77591 - Removed WorkspaceService->isOldStyleWorkspaceUsed
13 The method `WorkspaceService->isOldStyleWorkspaceUsed()` was removed without substitution. It exist…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.4/
H A DDeprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst15 `\TYPO3\CMS\Workspaces\Service\WorkspaceService::hasPageRecordVersions()`.
33 Use `\TYPO3\CMS\Workspaces\Service\WorkspaceService::hasPageRecordVersions()` instead.
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.4/
H A DDeprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst15 `\TYPO3\CMS\Workspaces\Service\WorkspaceService::hasPageRecordVersions()`.
33 Use `\TYPO3\CMS\Workspaces\Service\WorkspaceService::hasPageRecordVersions()` instead.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.4/
H A DDeprecation-50349-ReduceSQLQueriesOfPageTreeInWorkspaces.rst15 `\TYPO3\CMS\Workspaces\Service\WorkspaceService::hasPageRecordVersions()`.
33 Use `\TYPO3\CMS\Workspaces\Service\WorkspaceService::hasPageRecordVersions()` instead.
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/workspaces/Classes/Controller/Remote/
H A DMassActionHandler.php23 use TYPO3\CMS\Workspaces\Service\WorkspaceService; alias
34 * @var WorkspaceService
40 $this->workspaceService = GeneralUtility::makeInstance(WorkspaceService::class);
/dports/www/nextcloud/nextcloud/apps-pkg/text/lib/Controller/
H A DWorkspaceController.php51 use OCA\Text\Service\WorkspaceService; alias
79 /** @var WorkspaceService */
100 …tEditingManager $directEditingManager, IURLGenerator $urlGenerator, WorkspaceService $workspaceSer…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.1/
H A DFeature-69439-EnhanceSQLQueryReductionInPageTreeInWorkspaces.rst20 + $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['TYPO3\\CMS\\Workspaces\\Service\\WorkspaceService']['h…
24 + $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['TYPO3\\CMS\\Workspaces\\Service\\WorkspaceService']['f…

123