Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!!!][TASK] Remove deprecated methods in TypoScriptFrontendController #1129

Open
TYPO3IncTeam opened this issue Oct 25, 2024 · 1 comment
Open
Labels

Comments

@TYPO3IncTeam
Copy link
Collaborator

ℹ️ 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
@@ -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:
@linawolf
Copy link
Member

Depends on #1042

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants