The method overrideLL is not in use anymore
and is marked as deprecated.
Resolves: #72496
Releases: master
Change-Id: I4d8257a173cee7f27c9f9ac2ffdb1dde89ce0967
Reviewed-on: https://review.typo3.org/45531
Reviewed-by: Morton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: Morton Jonuschat <m.jonuschat@mojocode.de>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
--- /dev/null
+==================================================
+Deprecation: #72496 - Deprecated $LANG->overrideLL
+==================================================
+
+Description
+===========
+
+The method ``LanguageService::overrideLL()`` has been deprecated.
+
+
+Impact
+======
+
+Calling this method directly will write an entry in the deprecation log.
+
+
+Affected Installations
+======================
+
+Any TYPO3 instance using the LanguageService method directly within an extension or third-party code.
\ No newline at end of file
*
* @param string $str Input string
* @return string Output string
*
* @param string $str Input string
* @return string Output string
- * @deprecated since TYPO3 CMS 8, will be removed in TYPO3 CMS 9
+ * @deprecated since TYPO3 v8, will be removed in TYPO3 v9
*/
public function makeEntities($str)
{
*/
public function makeEntities($str)
{
* @param string $value
* @param bool $overrideDefault Overrides default language
* @return void
* @param string $value
* @param bool $overrideDefault Overrides default language
* @return void
+ * @deprecated since TYPO3 v8, will be removed in TYPO3 v9
*/
public function overrideLL($index, $value, $overrideDefault = true)
{
*/
public function overrideLL($index, $value, $overrideDefault = true)
{
+ GeneralUtility::logDeprecatedFunction();
if (!isset($GLOBALS['LOCAL_LANG'])) {
$GLOBALS['LOCAL_LANG'] = array();
}
if (!isset($GLOBALS['LOCAL_LANG'])) {
$GLOBALS['LOCAL_LANG'] = array();
}