[TASK] Deprecate extbase request getRequestUri()
The next step towards a PSR-7 compatible request object in extbase is to get rid of getRequestUri() and setRequestUri(). The strategy is similar to getBaseUri() from issue #94223: The Internal method setRequestUri() is dropped and the unused getRequestUri() is deprecated. Resolves: #94228 Related: #94223 Releases: master Change-Id: I99f74ac989fd697404b63c90c3ee8843abb80626 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69316 Tested-by:core-ci <typo3@b13.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Simon Gilli <typo3@gilbertsoft.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-94228-DeprecateExtbaseRequestGetRequestUri.rst 52 additions, 0 deletions...eprecation-94228-DeprecateExtbaseRequestGetRequestUri.rst
- typo3/sysext/extbase/Classes/Mvc/Request.php 8 additions, 17 deletionstypo3/sysext/extbase/Classes/Mvc/Request.php
- typo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php 0 additions, 4 deletionstypo3/sysext/extbase/Classes/Mvc/Web/RequestBuilder.php
- typo3/sysext/fluid/Classes/View/StandaloneView.php 0 additions, 1 deletiontypo3/sysext/fluid/Classes/View/StandaloneView.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php 7 additions, 0 deletions.../Configuration/ExtensionScanner/Php/MethodCallMatcher.php
Please register or sign in to comment