Home
last modified time | relevance | path

Searched refs:getPageShortcut (Results 1 – 12 of 12) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-85130-TSFE-getPageShortcutMovedToPageRepository.rst4 Deprecation: #85130 - $TSFE->getPageShortcut() moved to PageRepository
12 The method :php:`TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageShortcut()` has…
13 moved to :php:`TYPO3\CMS\Frontend\Page\PageRepository::getPageShortcut()`, as it conceptually belon…
32 Switch the call :php:`$GLOBALS['TSFE']->getPageShortcut()` to :php:`$GLOBALS['TSFE']->sys_page->get…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-85130-TSFE-getPageShortcutMovedToPageRepository.rst4 Deprecation: #85130 - $TSFE->getPageShortcut() moved to PageRepository
12 The method :php:`TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageShortcut()` has…
13 moved to :php:`TYPO3\CMS\Frontend\Page\PageRepository::getPageShortcut()`, as it conceptually belon…
32 Switch the call :php:`$GLOBALS['TSFE']->getPageShortcut()` to :php:`$GLOBALS['TSFE']->sys_page->get…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-85130-TSFE-getPageShortcutMovedToPageRepository.rst4 Deprecation: #85130 - $TSFE->getPageShortcut() moved to PageRepository
12 The method :php:`TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::getPageShortcut()` has…
13 moved to :php:`TYPO3\CMS\Frontend\Page\PageRepository::getPageShortcut()`, as it conceptually belon…
32 Switch the call :php:`$GLOBALS['TSFE']->getPageShortcut()` to :php:`$GLOBALS['TSFE']->sys_page->get…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepository.php744 * @see getPageShortcut()
999 …public function getPageShortcut($shortcutFieldValue, $shortcutMode, $thisUid, $iteration = 20, $pa… function in TYPO3\\CMS\\Core\\Domain\\Repository\\PageRepository
1062 …$page = $this->getPageShortcut($page['shortcut'], $page['shortcut_mode'], $page['uid'], $iteration…
1099 $shortcut = $this->getPageShortcut(
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepository.php718 * @see getPageShortcut()
968 …public function getPageShortcut($shortcutFieldValue, $shortcutMode, $thisUid, $iteration = 20, $pa… function in TYPO3\\CMS\\Core\\Domain\\Repository\\PageRepository
1019 …$page = $this->getPageShortcut($page['shortcut'], $page['shortcut_mode'], $page['uid'], $iteration…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Page/
H A DPageRepository.php1111 …public function getPageShortcut($shortcutFieldValue, $shortcutMode, $thisUid, $iteration = 20, $pa… function in TYPO3\\CMS\\Frontend\\Page\\PageRepository
1156 …$page = $this->getPageShortcut($page['shortcut'], $page['shortcut_mode'], $page['uid'], $iteration…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Controller/
H A DTypoScriptFrontendController.php1626 …$this->page = $this->sys_page->getPageShortcut($this->page['shortcut'], $this->page['shortcut_mode…
1737 …public function getPageShortcut($SC, $mode, $thisUid, $itera = 20, $pageLog = [], $disableGroupChe… function in TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController
1740 …return $this->sys_page->getPageShortcut($SC, $mode, $thisUid, $itera, $pageLog, $disableGroupCheck…
2962 …$shortcut = $this->sys_page->getPageShortcut($originalShortcutPageOverlay['shortcut'], $originalSh…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Controller/
H A DTypoScriptFrontendController.php1439 …$this->page = $this->sys_page->getPageShortcut($this->page['shortcut'], $this->page['shortcut_mode…
2383 …$shortcut = $this->sys_page->getPageShortcut($originalShortcutPageOverlay['shortcut'], $originalSh…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php1371 $shortcut = $tsfe->sys_page->getPageShortcut(
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/Menu/
H A DAbstractMenuContentObject.php1739 $shortcut = $tsfe->sys_page->getPageShortcut(
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87193-DeprecatedFunctionalityRemoved.rst454 * :php:`TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->getPageShortcut()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87193-DeprecatedFunctionalityRemoved.rst454 * :php:`TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->getPageShortcut()`