[!!!][TASK] Move PackageIcon resolving to package class
The PackageInterface is now stricly typed, in addition a new method is added to the interface "PackageInterface->getPackageIcon()" thus, deprecating the method ExtensionManagementUtiliy::getExtensionIcon() Resolves: #102895 Releases: main Change-Id: Icf64e1a6b932fb9803cc772a233257f7a5fc5fad Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82530 Tested-by:Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 2 additions, 5 deletions...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/core/Classes/Package/Package.php 36 additions, 47 deletionstypo3/sysext/core/Classes/Package/Package.php
- typo3/sysext/core/Classes/Package/PackageInterface.php 18 additions, 15 deletionstypo3/sysext/core/Classes/Package/PackageInterface.php
- typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php 3 additions, 1 deletion...ysext/core/Classes/Utility/ExtensionManagementUtility.php
- typo3/sysext/core/Documentation/Changelog/13.0/Breaking-102895-PackageInterfaceModified.rst 49 additions, 0 deletions...angelog/13.0/Breaking-102895-PackageInterfaceModified.rst
- typo3/sysext/core/Documentation/Changelog/13.0/Deprecation-102895-ExtensionManagementUtilitygetExtensionIcon.rst 57 additions, 0 deletions...ion-102895-ExtensionManagementUtilitygetExtensionIcon.rst
- typo3/sysext/extensionmanager/Classes/Utility/ListUtility.php 1 addition, 2 deletions...3/sysext/extensionmanager/Classes/Utility/ListUtility.php
- typo3/sysext/install/Classes/Service/LanguagePackService.php 2 additions, 3 deletionstypo3/sysext/install/Classes/Service/LanguagePackService.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php 7 additions, 0 deletions...guration/ExtensionScanner/Php/MethodCallStaticMatcher.php
Please register or sign in to comment