[TASK] Various cleanups regarding comments and API calls
This patch is a small summary of clean ups in various places of TYPO3 Core. - EditDocumentController can be simplified to retrieve the closeUrl() - Comment adaptions in GeneralUtility - Comment adaptions and code simplification in ContentObjectRenderer - HMENU debug option can be fetched from TSFE TypoScript directly - TypoLinkBuilder can use "TSFE->initTemplate()" directly to instantiate the TemplateService, and should hand over proper values in the constructor. Resolves: #84966 Releases: master Change-Id: I145b99842eea2a2386742b1525b33a49022c9339 Reviewed-on: https://review.typo3.org/56919 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
Showing
- typo3/sysext/backend/Classes/Controller/EditDocumentController.php 2 additions, 4 deletions...ext/backend/Classes/Controller/EditDocumentController.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 2 additions, 6 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php 1 addition, 1 deletion.../Classes/ContentObject/Menu/AbstractMenuContentObject.php
- typo3/sysext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php 3 additions, 5 deletions...ext/frontend/Classes/Typolink/AbstractTypolinkBuilder.php
Please register or sign in to comment