Skip to content
Snippets Groups Projects
Commit bc8225bf authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[BUGFIX] Do not use deprecated class alias anymore

The class TYPO3\CMS\Lang\LanguageService is gone,
and only exists as class alias.

There are a few places where this class is still
used, and they are replaced.

Resolves: #86064
Releases: master
Change-Id: Ie6a9db14d3db9e3949a04f6ec146a006d792ae9f
Reviewed-on: https://review.typo3.org/58103


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 4ec0a91c
Branches
Tags
No related merge requests found
......@@ -15,8 +15,8 @@ namespace TYPO3\CMS\Fluid\ViewHelpers\Be\Labels;
*/
use TYPO3\CMS\Backend\Utility\BackendUtility;
use TYPO3\CMS\Core\Localization\LanguageService;
use TYPO3\CMS\Fluid\ViewHelpers\Be\AbstractBackendViewHelper;
use TYPO3\CMS\Lang\LanguageService;
use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface;
/**
......
......@@ -15,6 +15,7 @@ namespace TYPO3\CMS\Form\Hooks;
* The TYPO3 project - inspiring people to share!
*/
use TYPO3\CMS\Core\Localization\LanguageService;
use TYPO3\CMS\Core\Messaging\AbstractMessage;
use TYPO3\CMS\Core\Messaging\FlashMessage;
use TYPO3\CMS\Core\Messaging\FlashMessageService;
......@@ -27,7 +28,6 @@ use TYPO3\CMS\Form\Mvc\Configuration\Exception\NoSuchFileException;
use TYPO3\CMS\Form\Mvc\Configuration\Exception\ParseErrorException;
use TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManagerInterface;
use TYPO3\CMS\Form\Service\TranslationService;
use TYPO3\CMS\Lang\LanguageService;
/**
* Hooks into flex form handling of backend for tt_content form elements:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment