Breaking: #82398 - Remove special constant "TSConstantEditor"¶
See forge#82398
Description¶
The special functionality on the top level constant name TSConstant
has been dropped. This rarely used feature makes this constant name a casual
constant without further added features.
A series of PHP class methods and properties has been dropped together with that removal:
- Method
TYPO3\
CMS\ Core\ Typo Script\ Configuration Form->ext_ make Help Information For Category () - Method
TYPO3\
CMS\ Core\ Typo Script\ Configuration Form->ext_ display Example () - Method
TYPO3\
CMS\ Core\ Typo Script\ Extended Template Service->ext_ get TSCE_ config () - Property
TYPO3\
CMS\ Core\ Typo Script\ Extended Template Service->help Config - Method
TYPO3\
CMS\ Extensionmanager\ Domain\ Model\ Configuration Category->set Highlight Text () - Method
TYPO3\
CMS\ Extensionmanager\ Domain\ Model\ Configuration Category->get Highlight Text () - Method
TYPO3\
CMS\ Extensionmanager\ Domain\ Model\ Configuration Item->set Highlight () - Method
TYPO3\
CMS\ Extensionmanager\ Domain\ Model\ Configuration Item->get Highlight ()
Impact¶
The constants editor does not show any extending information (like bulletpoints) for a constant
anymore configured via the TSConstant
object.
Affected Installations¶
All installations which have configured the special constant TSConstant
. Since this has
been a widely unknown feature, most instances should not be affected. On PHP side, the extension
scanner will find consuming extensions of the dropped API, but that is highly unlikely, too.