You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!!!][TASK] Remove deprecated methods in TypoScriptFrontendController
The following PHP class methods that have previously been marked as
deprecated for v13 have been removed in class \TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController:
@@ -91,6 +91,8 @@ The following PHP class methods that have previously been marked as deprecated w
- :php:`\TYPO3\CMS\Fluid\View\FluidViewAdapter->setTemplateRootPaths()`
- :php:`\TYPO3\CMS\Fluid\View\FluidViewAdapter->setTemplateSource()`
- :php:`\TYPO3\CMS\Fluid\View\TemplatePaths->fillDefaultsByPackageName()`
+- :php:`\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->addCacheTags()`+- :php:`\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->getPageCacheTags()`
- :php:`\TYPO3\CMS\Frontend\Page\PageRepository->enableFields()`
The following PHP static class methods that have previously been marked as deprecated for v13 have been removed:
The text was updated successfully, but these errors were encountered:
ℹ️ View this commit on Github
👥 Authored by Thomas Hohn [email protected]
✔️ Merged by Christian Kuhn [email protected]
Commit message
[!!!][TASK] Remove deprecated methods in
TypoScriptFrontendController
The following PHP class methods that have previously been marked as
deprecated for v13 have been removed in class
\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController
:addCacheTags()
getPageCacheTags()
Resolves: #105460
Related: #105377
Related: #102422
Releases: main
Change-Id: I9c24f68e6b697e76c2cfc5bd721027ce176b30ed
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/86775
Tested-by: Simon Schaufelberger [email protected]
Tested-by: Christian Kuhn [email protected]
Reviewed-by: Christian Kuhn [email protected]
Tested-by: core-ci [email protected]
Reviewed-by: Simon Schaufelberger [email protected]
➗ Modified files
14.0/Breaking-105377-DeprecatedFunctionalityRemoved.rst
The text was updated successfully, but these errors were encountered: