[TASK] Program to cache frontend interface, not implementations
Instead of annotating and type-hinting specific cache frontend implementations, TYPO3 should program to the FrontendInterface instead. This patch corrects that. Change-Id: Ibc8d31cf78459e700ab9fe3448a53cbe83bccc61 Resolves: #81461 References: #81432 Releases: master Reviewed-on: https://review.typo3.org/53116 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 3 additions, 3 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/core/Classes/Database/ReferenceIndex.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Database/ReferenceIndex.php
- typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
- typo3/sysext/core/Classes/Localization/LocalizationFactory.php 1 addition, 1 deletion.../sysext/core/Classes/Localization/LocalizationFactory.php
- typo3/sysext/core/Classes/Package/PackageManager.php 4 additions, 3 deletionstypo3/sysext/core/Classes/Package/PackageManager.php
- typo3/sysext/core/Classes/Page/PageRenderer.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Page/PageRenderer.php
- typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php 4 additions, 4 deletions...ysext/core/Classes/Utility/ExtensionManagementUtility.php
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php 1 addition, 1 deletion...ase/Classes/Persistence/Generic/Mapper/DataMapFactory.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 3 additions, 3 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/recycler/Classes/Controller/DeletedRecordsController.php 2 additions, 2 deletions.../recycler/Classes/Controller/DeletedRecordsController.php
Please register or sign in to comment