[TASK] Mark LanguageService container entry as deprecated
Only the container entry – which acts as backend for GeneralUtility::makeInstance(LanguageService::class) is deprecated. The class is left as-is, but should be factored via LanguageServiceFactory. Therefore also all the factory methods are deprecated in order for the LanguageServiceFactory to be used instead. Resolves: #94414 Releases: master Change-Id: Iab0f713a5baf95c419338748e8df4102d46c37a4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69367 Tested-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Middleware/BackendUserAuthenticator.php 14 additions, 3 deletions...t/backend/Classes/Middleware/BackendUserAuthenticator.php
- typo3/sysext/core/Classes/Console/CommandApplication.php 7 additions, 3 deletionstypo3/sysext/core/Classes/Console/CommandApplication.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Information/Typo3Information.php 3 additions, 1 deletiontypo3/sysext/core/Classes/Information/Typo3Information.php
- typo3/sysext/core/Classes/Localization/LanguageService.php 13 additions, 7 deletionstypo3/sysext/core/Classes/Localization/LanguageService.php
- typo3/sysext/core/Classes/Localization/LanguageServiceFactory.php 16 additions, 3 deletions...sext/core/Classes/Localization/LanguageServiceFactory.php
- typo3/sysext/core/Classes/ServiceProvider.php 2 additions, 1 deletiontypo3/sysext/core/Classes/ServiceProvider.php
- typo3/sysext/core/Configuration/Services.yaml 4 additions, 1 deletiontypo3/sysext/core/Configuration/Services.yaml
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-94414-DeprecateLanguageServiceContainerEntry.rst 53 additions, 0 deletions...recation-94414-DeprecateLanguageServiceContainerEntry.rst
- typo3/sysext/core/Tests/Functional/Authentication/Mfa/Provider/RecoveryCodesProviderTest.php 2 additions, 2 deletions...Authentication/Mfa/Provider/RecoveryCodesProviderTest.php
- typo3/sysext/core/Tests/Functional/Authentication/Mfa/Provider/TotpProviderTest.php 2 additions, 2 deletions...nctional/Authentication/Mfa/Provider/TotpProviderTest.php
- typo3/sysext/core/Tests/Functional/Database/QueryGeneratorTest.php 2 additions, 2 deletions...ext/core/Tests/Functional/Database/QueryGeneratorTest.php
- typo3/sysext/core/Tests/Functional/Localization/LanguageServiceTest.php 3 additions, 5 deletions...ore/Tests/Functional/Localization/LanguageServiceTest.php
- typo3/sysext/core/Tests/Functional/Page/PageRendererTest.php 2 additions, 2 deletionstypo3/sysext/core/Tests/Functional/Page/PageRendererTest.php
- typo3/sysext/core/Tests/Functional/Tca/BackendGroupsVisibleFieldsTest.php 2 additions, 2 deletions...e/Tests/Functional/Tca/BackendGroupsVisibleFieldsTest.php
- typo3/sysext/core/Tests/Functional/Tca/BackendUsersVisibleFieldsTest.php 3 additions, 3 deletions...re/Tests/Functional/Tca/BackendUsersVisibleFieldsTest.php
- typo3/sysext/core/Tests/Functional/Tca/CategoryVisibleFieldsTest.php 2 additions, 2 deletions...t/core/Tests/Functional/Tca/CategoryVisibleFieldsTest.php
- typo3/sysext/core/Tests/Functional/Tca/FileCollectionVisibleFieldsTest.php 2 additions, 2 deletions.../Tests/Functional/Tca/FileCollectionVisibleFieldsTest.php
- typo3/sysext/core/Tests/Functional/Tca/FileMetadataVisibleFieldsTest.php 2 additions, 2 deletions...re/Tests/Functional/Tca/FileMetadataVisibleFieldsTest.php
- typo3/sysext/core/Tests/Functional/Tca/FileStorageVisibleFieldsTest.php 2 additions, 2 deletions...ore/Tests/Functional/Tca/FileStorageVisibleFieldsTest.php
Please register or sign in to comment