Skip to content
Snippets Groups Projects
Commit ebb05930 authored by Benni Mack's avatar Benni Mack Committed by Oliver Bartsch
Browse files

[TASK] Deprecate TSFE->ATagParams

The TypoScriptFrontendController holds a property
called "ATagParams". Its value is a copy of
$TSFE->config[config][ATagParams].

The information can be retrieved from the config array, just like
all other things are loaded there, as the usages of this property
are rather low.

In addition cObj->getTagParams' 2nd argument "addGlobal"
which is always set to true, is marked as deprecated as well.

Resolves: #95219
Releases: master
Change-Id: I39a12bc717bff8bb3c50af7eaab726cf7b2f4d7a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70965


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent c26004a8
Branches
Tags
No related merge requests found
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