[TASK] Deprecate TSFE constructor with no_cache parameter
Instantiating TypoScriptFrontendController with the fourth parameter set (except null) will now trigger a deprecation message, as it is recommended to use the method `set_no_cache` instead. Resolves: #86002 Releases: master Change-Id: I6d8bbdd79d6b6169d358b5d17b036006d3c3205e Reviewed-on: https://review.typo3.org/58034 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.de> Tested-by:
Daniel Gorges <daniel.gorges@b13.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-86002-TSFEConstructorWithNo_cacheArgument.rst 36 additions, 0 deletions...Deprecation-86002-TSFEConstructorWithNo_cacheArgument.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 15 additions, 13 deletions...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/Middleware/TypoScriptFrontendInitialization.php 4 additions, 1 deletion...d/Classes/Middleware/TypoScriptFrontendInitialization.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodArgumentUnusedMatcher.php 6 additions, 0 deletions...tion/ExtensionScanner/Php/MethodArgumentUnusedMatcher.php
Please register or sign in to comment