Skip to content
Snippets Groups Projects
Commit d9b8eea8 authored by Benni Mack's avatar Benni Mack Committed by Susanne Moog
Browse files

[TASK] Deprecate various hooks in ContentObjectRenderer

The following hooks within ContentObjectRenderer have been marked as deprecated:

* $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClass']
* $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['cObjTypeAndClassDefault']

Both concepts have been superseded in TYPO3 v6 with custom cObjects via

$GLOBALS['TYPO3_CONF_VARS']['FE']['ContentObjects']

* $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['extLinkATagParamsHandler']
* cObj->extLinkATagParams() is now also marked as internal, as it serves no purpose anymore once the hook gets removed.

In addition
* $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['typolinkLinkHandler']
is deprecated since the initial addition of LinkHandler APIs in TYPO3 v8.

Resolves: #90937
Releases: master
Change-Id: Iaa1ea741f0bfef472f51a8067d5cea2f9ffcb774
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64055


Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 1106bd5c
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